Shades of Medium Violet Red #D20899
Tints of Medium Violet Red #D20899
RGB
CMYK
RGB Variations
Color information
#D20899 (or 0xD20899) is known color: Medium Violet Red. HEX triplet: D2, 08 and 99. RGB value is (210,8,153). Sum of RGB (Red+Green+Blue) = 210+8+153=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D20899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20899 is #2DF766. Grayscale: #545454. Windows color (decimal): -3012455 or 10029266. OLE color: 10029266.
HSL color Cylindrical-coordinate representation of color #D20899: hue angle of 316.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20899 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 153 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.18 |
| HSL | 316.93º | 0.93% | 0.43% | - |
| HSV(B) | 316.93º | 0.96% | 0.82% | - |
| XYZ | 32.41 | 16.18 | 31.55 | - |
| YUV | 84.93 | 166.42 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 153 | 0 | 0.96 | 0.27 | 0.18 | 316.93 | 0.93 | 0.43 |
| Hex | D2 | 8 | 99 | 0 | 60 | 1B | 12 | 13D | 5D | 2B |
| Octal | 322 | 10 | 231 | 0 | 140 | 33 | 22 | 475 | 135 | 53 |
| Binary | 11010010 | 1000 | 10011001 | 0 | 1100000 | 11011 | 10010 | 100111101 | 1011101 | 101011 |
Color Harmonies of #D20899
Complementary color
Monochromatic Colors of #D20899
Black with #D20899
Text Example
Text Example
White with #D20899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20899; }
p { color: rgb(210,8,153); }
H1.HeaderClassName
{
color: #D20899;
}
.AnyTagClassName
{
color: #D20899;
}
</style>
background-color css
<style>
a { background-color: #D20899; }
a { background-color: rgb(210,8,153); }
div.DivClassName
{
background-color: #D20899;
}
.BgClassName
{
background-color: #D20899;
}
</style>
border-color css
<style>
span { border-color: #D20899; }
span { border-color: rgb(210,8,153); }
td.TdClassName
{
border-color: #D20899;
}
.TagClassName
{
border-color: #D20899;
}
</style>