Shades of Medium Violet Red #D20976
Tints of Medium Violet Red #D20976
RGB
CMYK
RGB Variations
Color information
#D20976 (or 0xD20976) is known color: Medium Violet Red. HEX triplet: D2, 09 and 76. RGB value is (210,9,118). Sum of RGB (Red+Green+Blue) = 210+9+118=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D20976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20976 is #2DF689. Grayscale: #515151. Windows color (decimal): -3012234 or 7735762. OLE color: 7735762.
HSL color Cylindrical-coordinate representation of color #D20976: hue angle of 327.46º degrees, saturation: 0.92, 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 #D20976 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.18 |
| HSL | 327.46º | 0.92% | 0.43% | - |
| HSV(B) | 327.46º | 0.96% | 0.82% | - |
| XYZ | 29.95 | 15.21 | 18.5 | - |
| YUV | 81.53 | 148.59 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 118 | 0 | 0.96 | 0.44 | 0.18 | 327.46 | 0.92 | 0.43 |
| Hex | D2 | 9 | 76 | 0 | 60 | 2C | 12 | 147 | 5C | 2B |
| Octal | 322 | 11 | 166 | 0 | 140 | 54 | 22 | 507 | 134 | 53 |
| Binary | 11010010 | 1001 | 1110110 | 0 | 1100000 | 101100 | 10010 | 101000111 | 1011100 | 101011 |
Color Harmonies of #D20976
Complementary color
Monochromatic Colors of #D20976
Black with #D20976
Text Example
Text Example
White with #D20976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20976; }
p { color: rgb(210,9,118); }
H1.HeaderClassName
{
color: #D20976;
}
.AnyTagClassName
{
color: #D20976;
}
</style>
background-color css
<style>
a { background-color: #D20976; }
a { background-color: rgb(210,9,118); }
div.DivClassName
{
background-color: #D20976;
}
.BgClassName
{
background-color: #D20976;
}
</style>
border-color css
<style>
span { border-color: #D20976; }
span { border-color: rgb(210,9,118); }
td.TdClassName
{
border-color: #D20976;
}
.TagClassName
{
border-color: #D20976;
}
</style>