Shades of Medium Violet Red #D60078
Tints of Medium Violet Red #D60078
RGB
CMYK
RGB Variations
Color information
#D60078 (or 0xD60078) is known color: Medium Violet Red. HEX triplet: D6, 00 and 78. RGB value is (214,0,120). Sum of RGB (Red+Green+Blue) = 214+0+120=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D60078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60078 is #29FF87. Grayscale: #4D4D4D. Windows color (decimal): -2752392 or 7864534. OLE color: 7864534.
HSL color Cylindrical-coordinate representation of color #D60078: hue angle of 326.36º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60078 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.44 | 0.16 |
| HSL | 326.36º | 1% | 0.42% | - |
| HSV(B) | 326.36º | 1% | 0.84% | - |
| XYZ | 31.12 | 15.65 | 19.15 | - |
| YUV | 77.67 | 151.9 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 120 | 0 | 1 | 0.44 | 0.16 | 326.36 | 1 | 0.42 |
| Hex | D6 | 0 | 78 | 0 | 64 | 2C | 10 | 146 | 64 | 2A |
| Octal | 326 | 0 | 170 | 0 | 144 | 54 | 20 | 506 | 144 | 52 |
| Binary | 11010110 | 0 | 1111000 | 0 | 1100100 | 101100 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D60078
Complementary color
Monochromatic Colors of #D60078
Black with #D60078
Text Example
Text Example
White with #D60078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60078; }
p { color: rgb(214,0,120); }
H1.HeaderClassName
{
color: #D60078;
}
.AnyTagClassName
{
color: #D60078;
}
</style>
background-color css
<style>
a { background-color: #D60078; }
a { background-color: rgb(214,0,120); }
div.DivClassName
{
background-color: #D60078;
}
.BgClassName
{
background-color: #D60078;
}
</style>
border-color css
<style>
span { border-color: #D60078; }
span { border-color: rgb(214,0,120); }
td.TdClassName
{
border-color: #D60078;
}
.TagClassName
{
border-color: #D60078;
}
</style>