Shades of Medium Violet Red #D00F76
Tints of Medium Violet Red #D00F76
RGB
CMYK
RGB Variations
Color information
#D00F76 (or 0xD00F76) is known color: Medium Violet Red. HEX triplet: D0, 0F and 76. RGB value is (208,15,118). Sum of RGB (Red+Green+Blue) = 208+15+118=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F76 is #2FF089. Grayscale: #545454. Windows color (decimal): -3141770 or 7737296. OLE color: 7737296.
HSL color Cylindrical-coordinate representation of color #D00F76: hue angle of 327.98º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F76 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 118 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.18 |
| HSL | 327.98º | 0.87% | 0.44% | - |
| HSV(B) | 327.98º | 0.93% | 0.82% | - |
| XYZ | 29.45 | 15.06 | 18.49 | - |
| YUV | 84.45 | 146.94 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 118 | 0 | 0.93 | 0.43 | 0.18 | 327.98 | 0.87 | 0.44 |
| Hex | D0 | F | 76 | 0 | 5D | 2B | 12 | 148 | 57 | 2C |
| Octal | 320 | 17 | 166 | 0 | 135 | 53 | 22 | 510 | 127 | 54 |
| Binary | 11010000 | 1111 | 1110110 | 0 | 1011101 | 101011 | 10010 | 101001000 | 1010111 | 101100 |
Color Harmonies of #D00F76
Complementary color
Monochromatic Colors of #D00F76
Black with #D00F76
Text Example
Text Example
White with #D00F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F76; }
p { color: rgb(208,15,118); }
H1.HeaderClassName
{
color: #D00F76;
}
.AnyTagClassName
{
color: #D00F76;
}
</style>
background-color css
<style>
a { background-color: #D00F76; }
a { background-color: rgb(208,15,118); }
div.DivClassName
{
background-color: #D00F76;
}
.BgClassName
{
background-color: #D00F76;
}
</style>
border-color css
<style>
span { border-color: #D00F76; }
span { border-color: rgb(208,15,118); }
td.TdClassName
{
border-color: #D00F76;
}
.TagClassName
{
border-color: #D00F76;
}
</style>