Shades of Medium Violet Red #D60499
Tints of Medium Violet Red #D60499
RGB
CMYK
RGB Variations
Color information
#D60499 (or 0xD60499) is known color: Medium Violet Red. HEX triplet: D6, 04 and 99. RGB value is (214,4,153). Sum of RGB (Red+Green+Blue) = 214+4+153=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D60499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60499 is #29FB66. Grayscale: #535353. Windows color (decimal): -2751335 or 10028246. OLE color: 10028246.
HSL color Cylindrical-coordinate representation of color #D60499: hue angle of 317.43º degrees, saturation: 0.96, 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 #D60499 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.16 |
| HSL | 317.43º | 0.96% | 0.43% | - |
| HSV(B) | 317.43º | 0.98% | 0.84% | - |
| XYZ | 33.52 | 16.68 | 31.59 | - |
| YUV | 83.78 | 167.07 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 153 | 0 | 0.98 | 0.29 | 0.16 | 317.43 | 0.96 | 0.43 |
| Hex | D6 | 4 | 99 | 0 | 62 | 1D | 10 | 13D | 60 | 2B |
| Octal | 326 | 4 | 231 | 0 | 142 | 35 | 20 | 475 | 140 | 53 |
| Binary | 11010110 | 100 | 10011001 | 0 | 1100010 | 11101 | 10000 | 100111101 | 1100000 | 101011 |
Color Harmonies of #D60499
Complementary color
Monochromatic Colors of #D60499
Black with #D60499
Text Example
Text Example
White with #D60499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60499; }
p { color: rgb(214,4,153); }
H1.HeaderClassName
{
color: #D60499;
}
.AnyTagClassName
{
color: #D60499;
}
</style>
background-color css
<style>
a { background-color: #D60499; }
a { background-color: rgb(214,4,153); }
div.DivClassName
{
background-color: #D60499;
}
.BgClassName
{
background-color: #D60499;
}
</style>
border-color css
<style>
span { border-color: #D60499; }
span { border-color: rgb(214,4,153); }
td.TdClassName
{
border-color: #D60499;
}
.TagClassName
{
border-color: #D60499;
}
</style>