Shades of Medium Violet Red #D20876
Tints of Medium Violet Red #D20876
RGB
CMYK
RGB Variations
Color information
#D20876 (or 0xD20876) is known color: Medium Violet Red. HEX triplet: D2, 08 and 76. RGB value is (210,8,118). Sum of RGB (Red+Green+Blue) = 210+8+118=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D20876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20876 is #2DF789. Grayscale: #505050. Windows color (decimal): -3012490 or 7735506. OLE color: 7735506.
HSL color Cylindrical-coordinate representation of color #D20876: hue angle of 327.33º 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 #D20876 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.18 |
| HSL | 327.33º | 0.93% | 0.43% | - |
| HSV(B) | 327.33º | 0.96% | 0.82% | - |
| XYZ | 29.94 | 15.18 | 18.49 | - |
| YUV | 80.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 118 | 0 | 0.96 | 0.44 | 0.18 | 327.33 | 0.93 | 0.43 |
| Hex | D2 | 8 | 76 | 0 | 60 | 2C | 12 | 147 | 5D | 2B |
| Octal | 322 | 10 | 166 | 0 | 140 | 54 | 22 | 507 | 135 | 53 |
| Binary | 11010010 | 1000 | 1110110 | 0 | 1100000 | 101100 | 10010 | 101000111 | 1011101 | 101011 |
Color Harmonies of #D20876
Complementary color
Monochromatic Colors of #D20876
Black with #D20876
Text Example
Text Example
White with #D20876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20876; }
p { color: rgb(210,8,118); }
H1.HeaderClassName
{
color: #D20876;
}
.AnyTagClassName
{
color: #D20876;
}
</style>
background-color css
<style>
a { background-color: #D20876; }
a { background-color: rgb(210,8,118); }
div.DivClassName
{
background-color: #D20876;
}
.BgClassName
{
background-color: #D20876;
}
</style>
border-color css
<style>
span { border-color: #D20876; }
span { border-color: rgb(210,8,118); }
td.TdClassName
{
border-color: #D20876;
}
.TagClassName
{
border-color: #D20876;
}
</style>