Shades of Medium Violet Red #D00F78
Tints of Medium Violet Red #D00F78
RGB
CMYK
RGB Variations
Color information
#D00F78 (or 0xD00F78) is known color: Medium Violet Red. HEX triplet: D0, 0F and 78. RGB value is (208,15,120). Sum of RGB (Red+Green+Blue) = 208+15+120=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00F78 is #2FF087. Grayscale: #545454. Windows color (decimal): -3141768 or 7868368. OLE color: 7868368.
HSL color Cylindrical-coordinate representation of color #D00F78: hue angle of 327.36º 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 #D00F78 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 15 | 120 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.18 |
| HSL | 327.36º | 0.87% | 0.44% | - |
| HSV(B) | 327.36º | 0.93% | 0.82% | - |
| XYZ | 29.57 | 15.11 | 19.13 | - |
| YUV | 84.68 | 147.94 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 15 | 120 | 0 | 0.93 | 0.42 | 0.18 | 327.36 | 0.87 | 0.44 |
| Hex | D0 | F | 78 | 0 | 5D | 2A | 12 | 147 | 57 | 2C |
| Octal | 320 | 17 | 170 | 0 | 135 | 52 | 22 | 507 | 127 | 54 |
| Binary | 11010000 | 1111 | 1111000 | 0 | 1011101 | 101010 | 10010 | 101000111 | 1010111 | 101100 |
Color Harmonies of #D00F78
Complementary color
Monochromatic Colors of #D00F78
Black with #D00F78
Text Example
Text Example
White with #D00F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F78; }
p { color: rgb(208,15,120); }
H1.HeaderClassName
{
color: #D00F78;
}
.AnyTagClassName
{
color: #D00F78;
}
</style>
background-color css
<style>
a { background-color: #D00F78; }
a { background-color: rgb(208,15,120); }
div.DivClassName
{
background-color: #D00F78;
}
.BgClassName
{
background-color: #D00F78;
}
</style>
border-color css
<style>
span { border-color: #D00F78; }
span { border-color: rgb(208,15,120); }
td.TdClassName
{
border-color: #D00F78;
}
.TagClassName
{
border-color: #D00F78;
}
</style>