Shades of Medium Violet Red #D01978
Tints of Medium Violet Red #D01978
RGB
CMYK
RGB Variations
Color information
#D01978 (or 0xD01978) is known color: Medium Violet Red. HEX triplet: D0, 19 and 78. RGB value is (208,25,120). Sum of RGB (Red+Green+Blue) = 208+25+120=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D01978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01978 is #2FE687. Grayscale: #5A5A5A. Windows color (decimal): -3139208 or 7870928. OLE color: 7870928.
HSL color Cylindrical-coordinate representation of color #D01978: hue angle of 328.85º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01978 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 120 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.18 |
| HSL | 328.85º | 0.79% | 0.46% | - |
| HSV(B) | 328.85º | 0.88% | 0.82% | - |
| XYZ | 29.75 | 15.46 | 19.19 | - |
| YUV | 90.55 | 144.63 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 120 | 0 | 0.88 | 0.42 | 0.18 | 328.85 | 0.79 | 0.46 |
| Hex | D0 | 19 | 78 | 0 | 58 | 2A | 12 | 149 | 4F | 2E |
| Octal | 320 | 31 | 170 | 0 | 130 | 52 | 22 | 511 | 117 | 56 |
| Binary | 11010000 | 11001 | 1111000 | 0 | 1011000 | 101010 | 10010 | 101001001 | 1001111 | 101110 |
Color Harmonies of #D01978
Complementary color
Monochromatic Colors of #D01978
Black with #D01978
Text Example
Text Example
White with #D01978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01978; }
p { color: rgb(208,25,120); }
H1.HeaderClassName
{
color: #D01978;
}
.AnyTagClassName
{
color: #D01978;
}
</style>
background-color css
<style>
a { background-color: #D01978; }
a { background-color: rgb(208,25,120); }
div.DivClassName
{
background-color: #D01978;
}
.BgClassName
{
background-color: #D01978;
}
</style>
border-color css
<style>
span { border-color: #D01978; }
span { border-color: rgb(208,25,120); }
td.TdClassName
{
border-color: #D01978;
}
.TagClassName
{
border-color: #D01978;
}
</style>