Shades of Medium Violet Red #D00078
Tints of Medium Violet Red #D00078
RGB
CMYK
RGB Variations
Color information
#D00078 (or 0xD00078) is known color: Medium Violet Red. HEX triplet: D0, 00 and 78. RGB value is (208,0,120). Sum of RGB (Red+Green+Blue) = 208+0+120=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D00078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00078 is #2FFF87. Grayscale: #4B4B4B. Windows color (decimal): -3145608 or 7864528. OLE color: 7864528.
HSL color Cylindrical-coordinate representation of color #D00078: hue angle of 325.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00078 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.42 | 0.18 |
| HSL | 325.38º | 1% | 0.41% | - |
| HSV(B) | 325.38º | 1% | 0.82% | - |
| XYZ | 29.4 | 14.77 | 19.07 | - |
| YUV | 75.87 | 152.91 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 120 | 0 | 1 | 0.42 | 0.18 | 325.38 | 1 | 0.41 |
| Hex | D0 | 0 | 78 | 0 | 64 | 2A | 12 | 145 | 64 | 29 |
| Octal | 320 | 0 | 170 | 0 | 144 | 52 | 22 | 505 | 144 | 51 |
| Binary | 11010000 | 0 | 1111000 | 0 | 1100100 | 101010 | 10010 | 101000101 | 1100100 | 101001 |
Color Harmonies of #D00078
Complementary color
Monochromatic Colors of #D00078
Black with #D00078
Text Example
Text Example
White with #D00078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00078; }
p { color: rgb(208,0,120); }
H1.HeaderClassName
{
color: #D00078;
}
.AnyTagClassName
{
color: #D00078;
}
</style>
background-color css
<style>
a { background-color: #D00078; }
a { background-color: rgb(208,0,120); }
div.DivClassName
{
background-color: #D00078;
}
.BgClassName
{
background-color: #D00078;
}
</style>
border-color css
<style>
span { border-color: #D00078; }
span { border-color: rgb(208,0,120); }
td.TdClassName
{
border-color: #D00078;
}
.TagClassName
{
border-color: #D00078;
}
</style>