Shades of Medium Violet Red #D00F72
Tints of Medium Violet Red #D00F72
RGB
CMYK
RGB Variations
Color information
#D00F72 (or 0xD00F72) is known color: Medium Violet Red. HEX triplet: D0, 0F and 72. RGB value is (208,15,114). Sum of RGB (Red+Green+Blue) = 208+15+114=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F72 is #2FF08D. Grayscale: #535353. Windows color (decimal): -3141774 or 7475152. OLE color: 7475152.
HSL color Cylindrical-coordinate representation of color #D00F72: hue angle of 329.22º 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 #D00F72 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 114 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.18 |
| HSL | 329.22º | 0.87% | 0.44% | - |
| HSV(B) | 329.22º | 0.93% | 0.82% | - |
| XYZ | 29.22 | 14.97 | 17.27 | - |
| YUV | 83.99 | 144.94 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 114 | 0 | 0.93 | 0.45 | 0.18 | 329.22 | 0.87 | 0.44 |
| Hex | D0 | F | 72 | 0 | 5D | 2D | 12 | 149 | 57 | 2C |
| Octal | 320 | 17 | 162 | 0 | 135 | 55 | 22 | 511 | 127 | 54 |
| Binary | 11010000 | 1111 | 1110010 | 0 | 1011101 | 101101 | 10010 | 101001001 | 1010111 | 101100 |
Color Harmonies of #D00F72
Complementary color
Monochromatic Colors of #D00F72
Black with #D00F72
Text Example
Text Example
White with #D00F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F72; }
p { color: rgb(208,15,114); }
H1.HeaderClassName
{
color: #D00F72;
}
.AnyTagClassName
{
color: #D00F72;
}
</style>
background-color css
<style>
a { background-color: #D00F72; }
a { background-color: rgb(208,15,114); }
div.DivClassName
{
background-color: #D00F72;
}
.BgClassName
{
background-color: #D00F72;
}
</style>
border-color css
<style>
span { border-color: #D00F72; }
span { border-color: rgb(208,15,114); }
td.TdClassName
{
border-color: #D00F72;
}
.TagClassName
{
border-color: #D00F72;
}
</style>