Shades of Medium Violet Red #D20099
Tints of Medium Violet Red #D20099
RGB
CMYK
RGB Variations
Color information
#D20099 (or 0xD20099) is known color: Medium Violet Red. HEX triplet: D2, 00 and 99. RGB value is (210,0,153). Sum of RGB (Red+Green+Blue) = 210+0+153=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D20099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20099 is #2DFF66. Grayscale: #4F4F4F. Windows color (decimal): -3014503 or 10027218. OLE color: 10027218.
HSL color Cylindrical-coordinate representation of color #D20099: hue angle of 316.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20099 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.27 | 0.18 |
| HSL | 316.29º | 1% | 0.41% | - |
| HSV(B) | 316.29º | 1% | 0.82% | - |
| XYZ | 32.33 | 16 | 31.52 | - |
| YUV | 80.23 | 169.07 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 153 | 0 | 1 | 0.27 | 0.18 | 316.29 | 1 | 0.41 |
| Hex | D2 | 0 | 99 | 0 | 64 | 1B | 12 | 13C | 64 | 29 |
| Octal | 322 | 0 | 231 | 0 | 144 | 33 | 22 | 474 | 144 | 51 |
| Binary | 11010010 | 0 | 10011001 | 0 | 1100100 | 11011 | 10010 | 100111100 | 1100100 | 101001 |
Color Harmonies of #D20099
Complementary color
Monochromatic Colors of #D20099
Black with #D20099
Text Example
Text Example
White with #D20099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20099; }
p { color: rgb(210,0,153); }
H1.HeaderClassName
{
color: #D20099;
}
.AnyTagClassName
{
color: #D20099;
}
</style>
background-color css
<style>
a { background-color: #D20099; }
a { background-color: rgb(210,0,153); }
div.DivClassName
{
background-color: #D20099;
}
.BgClassName
{
background-color: #D20099;
}
</style>
border-color css
<style>
span { border-color: #D20099; }
span { border-color: rgb(210,0,153); }
td.TdClassName
{
border-color: #D20099;
}
.TagClassName
{
border-color: #D20099;
}
</style>