Shades of Medium Violet Red #D60599
Tints of Medium Violet Red #D60599
RGB
CMYK
RGB Variations
Color information
#D60599 (or 0xD60599) is known color: Medium Violet Red. HEX triplet: D6, 05 and 99. RGB value is (214,5,153). Sum of RGB (Red+Green+Blue) = 214+5+153=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D60599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60599 is #29FA66. Grayscale: #535353. Windows color (decimal): -2751079 or 10028502. OLE color: 10028502.
HSL color Cylindrical-coordinate representation of color #D60599: hue angle of 317.51º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60599 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.16 |
| HSL | 317.51º | 0.95% | 0.43% | - |
| HSV(B) | 317.51º | 0.98% | 0.84% | - |
| XYZ | 33.54 | 16.7 | 31.59 | - |
| YUV | 84.36 | 166.74 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 153 | 0 | 0.98 | 0.29 | 0.16 | 317.51 | 0.95 | 0.43 |
| Hex | D6 | 5 | 99 | 0 | 62 | 1D | 10 | 13E | 5F | 2B |
| Octal | 326 | 5 | 231 | 0 | 142 | 35 | 20 | 476 | 137 | 53 |
| Binary | 11010110 | 101 | 10011001 | 0 | 1100010 | 11101 | 10000 | 100111110 | 1011111 | 101011 |
Color Harmonies of #D60599
Complementary color
Monochromatic Colors of #D60599
Black with #D60599
Text Example
Text Example
White with #D60599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60599; }
p { color: rgb(214,5,153); }
H1.HeaderClassName
{
color: #D60599;
}
.AnyTagClassName
{
color: #D60599;
}
</style>
background-color css
<style>
a { background-color: #D60599; }
a { background-color: rgb(214,5,153); }
div.DivClassName
{
background-color: #D60599;
}
.BgClassName
{
background-color: #D60599;
}
</style>
border-color css
<style>
span { border-color: #D60599; }
span { border-color: rgb(214,5,153); }
td.TdClassName
{
border-color: #D60599;
}
.TagClassName
{
border-color: #D60599;
}
</style>