Shades of Medium Violet Red #D20499
Tints of Medium Violet Red #D20499
RGB
CMYK
RGB Variations
Color information
#D20499 (or 0xD20499) is known color: Medium Violet Red. HEX triplet: D2, 04 and 99. RGB value is (210,4,153). Sum of RGB (Red+Green+Blue) = 210+4+153=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D20499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20499 is #2DFB66. Grayscale: #525252. Windows color (decimal): -3013479 or 10028242. OLE color: 10028242.
HSL color Cylindrical-coordinate representation of color #D20499: hue angle of 316.6º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20499 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.18 |
| HSL | 316.6º | 0.96% | 0.42% | - |
| HSV(B) | 316.6º | 0.98% | 0.82% | - |
| XYZ | 32.37 | 16.09 | 31.54 | - |
| YUV | 82.58 | 167.75 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 153 | 0 | 0.98 | 0.27 | 0.18 | 316.6 | 0.96 | 0.42 |
| Hex | D2 | 4 | 99 | 0 | 62 | 1B | 12 | 13D | 60 | 2A |
| Octal | 322 | 4 | 231 | 0 | 142 | 33 | 22 | 475 | 140 | 52 |
| Binary | 11010010 | 100 | 10011001 | 0 | 1100010 | 11011 | 10010 | 100111101 | 1100000 | 101010 |
Color Harmonies of #D20499
Complementary color
Monochromatic Colors of #D20499
Black with #D20499
Text Example
Text Example
White with #D20499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20499; }
p { color: rgb(210,4,153); }
H1.HeaderClassName
{
color: #D20499;
}
.AnyTagClassName
{
color: #D20499;
}
</style>
background-color css
<style>
a { background-color: #D20499; }
a { background-color: rgb(210,4,153); }
div.DivClassName
{
background-color: #D20499;
}
.BgClassName
{
background-color: #D20499;
}
</style>
border-color css
<style>
span { border-color: #D20499; }
span { border-color: rgb(210,4,153); }
td.TdClassName
{
border-color: #D20499;
}
.TagClassName
{
border-color: #D20499;
}
</style>