Shades of Medium Violet Red #D50F88
Tints of Medium Violet Red #D50F88
RGB
CMYK
RGB Variations
Color information
#D50F88 (or 0xD50F88) is known color: Medium Violet Red. HEX triplet: D5, 0F and 88. RGB value is (213,15,136). Sum of RGB (Red+Green+Blue) = 213+15+136=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 15 (6.25% from 255 or 4.12% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50F88 is #2AF077. Grayscale: #575757. Windows color (decimal): -2814072 or 8916949. OLE color: 8916949.
HSL color Cylindrical-coordinate representation of color #D50F88: hue angle of 323.33º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F88 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 136 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.16 |
| HSL | 323.33º | 0.87% | 0.45% | - |
| HSV(B) | 323.33º | 0.93% | 0.84% | - |
| XYZ | 32.06 | 16.27 | 24.74 | - |
| YUV | 88 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 136 | 0 | 0.93 | 0.36 | 0.16 | 323.33 | 0.87 | 0.45 |
| Hex | D5 | F | 88 | 0 | 5D | 24 | 10 | 143 | 57 | 2D |
| Octal | 325 | 17 | 210 | 0 | 135 | 44 | 20 | 503 | 127 | 55 |
| Binary | 11010101 | 1111 | 10001000 | 0 | 1011101 | 100100 | 10000 | 101000011 | 1010111 | 101101 |
Color Harmonies of #D50F88
Complementary color
Monochromatic Colors of #D50F88
Black with #D50F88
Text Example
Text Example
White with #D50F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F88; }
p { color: rgb(213,15,136); }
H1.HeaderClassName
{
color: #D50F88;
}
.AnyTagClassName
{
color: #D50F88;
}
</style>
background-color css
<style>
a { background-color: #D50F88; }
a { background-color: rgb(213,15,136); }
div.DivClassName
{
background-color: #D50F88;
}
.BgClassName
{
background-color: #D50F88;
}
</style>
border-color css
<style>
span { border-color: #D50F88; }
span { border-color: rgb(213,15,136); }
td.TdClassName
{
border-color: #D50F88;
}
.TagClassName
{
border-color: #D50F88;
}
</style>