Shades of Medium Violet Red #D00976
Tints of Medium Violet Red #D00976
RGB
CMYK
RGB Variations
Color information
#D00976 (or 0xD00976) is known color: Medium Violet Red. HEX triplet: D0, 09 and 76. RGB value is (208,9,118). Sum of RGB (Red+Green+Blue) = 208+9+118=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D00976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00976 is #2FF689. Grayscale: #505050. Windows color (decimal): -3143306 or 7735760. OLE color: 7735760.
HSL color Cylindrical-coordinate representation of color #D00976: hue angle of 327.14º 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 #D00976 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.18 |
| HSL | 327.14º | 0.92% | 0.43% | - |
| HSV(B) | 327.14º | 0.96% | 0.82% | - |
| XYZ | 29.38 | 14.91 | 18.47 | - |
| YUV | 80.93 | 148.93 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 118 | 0 | 0.96 | 0.43 | 0.18 | 327.14 | 0.92 | 0.43 |
| Hex | D0 | 9 | 76 | 0 | 60 | 2B | 12 | 147 | 5C | 2B |
| Octal | 320 | 11 | 166 | 0 | 140 | 53 | 22 | 507 | 134 | 53 |
| Binary | 11010000 | 1001 | 1110110 | 0 | 1100000 | 101011 | 10010 | 101000111 | 1011100 | 101011 |
Color Harmonies of #D00976
Complementary color
Monochromatic Colors of #D00976
Black with #D00976
Text Example
Text Example
White with #D00976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00976; }
p { color: rgb(208,9,118); }
H1.HeaderClassName
{
color: #D00976;
}
.AnyTagClassName
{
color: #D00976;
}
</style>
background-color css
<style>
a { background-color: #D00976; }
a { background-color: rgb(208,9,118); }
div.DivClassName
{
background-color: #D00976;
}
.BgClassName
{
background-color: #D00976;
}
</style>
border-color css
<style>
span { border-color: #D00976; }
span { border-color: rgb(208,9,118); }
td.TdClassName
{
border-color: #D00976;
}
.TagClassName
{
border-color: #D00976;
}
</style>