Shades of Medium Violet Red #D00879
Tints of Medium Violet Red #D00879
RGB
CMYK
RGB Variations
Color information
#D00879 (or 0xD00879) is known color: Medium Violet Red. HEX triplet: D0, 08 and 79. RGB value is (208,8,121). Sum of RGB (Red+Green+Blue) = 208+8+121=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D00879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00879 is #2FF786. Grayscale: #505050. Windows color (decimal): -3143559 or 7932112. OLE color: 7932112.
HSL color Cylindrical-coordinate representation of color #D00879: hue angle of 326.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00879 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.18 |
| HSL | 326.1º | 0.93% | 0.42% | - |
| HSV(B) | 326.1º | 0.96% | 0.82% | - |
| XYZ | 29.55 | 14.96 | 19.42 | - |
| YUV | 80.68 | 150.76 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 121 | 0 | 0.96 | 0.42 | 0.18 | 326.1 | 0.93 | 0.42 |
| Hex | D0 | 8 | 79 | 0 | 60 | 2A | 12 | 146 | 5D | 2A |
| Octal | 320 | 10 | 171 | 0 | 140 | 52 | 22 | 506 | 135 | 52 |
| Binary | 11010000 | 1000 | 1111001 | 0 | 1100000 | 101010 | 10010 | 101000110 | 1011101 | 101010 |
Color Harmonies of #D00879
Complementary color
Monochromatic Colors of #D00879
Black with #D00879
Text Example
Text Example
White with #D00879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00879; }
p { color: rgb(208,8,121); }
H1.HeaderClassName
{
color: #D00879;
}
.AnyTagClassName
{
color: #D00879;
}
</style>
background-color css
<style>
a { background-color: #D00879; }
a { background-color: rgb(208,8,121); }
div.DivClassName
{
background-color: #D00879;
}
.BgClassName
{
background-color: #D00879;
}
</style>
border-color css
<style>
span { border-color: #D00879; }
span { border-color: rgb(208,8,121); }
td.TdClassName
{
border-color: #D00879;
}
.TagClassName
{
border-color: #D00879;
}
</style>