Shades of Medium Violet Red #D01878
Tints of Medium Violet Red #D01878
RGB
CMYK
RGB Variations
Color information
#D01878 (or 0xD01878) is known color: Medium Violet Red. HEX triplet: D0, 18 and 78. RGB value is (208,24,120). Sum of RGB (Red+Green+Blue) = 208+24+120=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D01878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01878 is #2FE787. Grayscale: #595959. Windows color (decimal): -3139464 or 7870672. OLE color: 7870672.
HSL color Cylindrical-coordinate representation of color #D01878: hue angle of 328.7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01878 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 24 | 120 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.18 |
| HSL | 328.7º | 0.79% | 0.45% | - |
| HSV(B) | 328.7º | 0.88% | 0.82% | - |
| XYZ | 29.73 | 15.42 | 19.18 | - |
| YUV | 89.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 24 | 120 | 0 | 0.88 | 0.42 | 0.18 | 328.7 | 0.79 | 0.45 |
| Hex | D0 | 18 | 78 | 0 | 58 | 2A | 12 | 149 | 4F | 2D |
| Octal | 320 | 30 | 170 | 0 | 130 | 52 | 22 | 511 | 117 | 55 |
| Binary | 11010000 | 11000 | 1111000 | 0 | 1011000 | 101010 | 10010 | 101001001 | 1001111 | 101101 |
Color Harmonies of #D01878
Complementary color
Monochromatic Colors of #D01878
Black with #D01878
Text Example
Text Example
White with #D01878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01878; }
p { color: rgb(208,24,120); }
H1.HeaderClassName
{
color: #D01878;
}
.AnyTagClassName
{
color: #D01878;
}
</style>
background-color css
<style>
a { background-color: #D01878; }
a { background-color: rgb(208,24,120); }
div.DivClassName
{
background-color: #D01878;
}
.BgClassName
{
background-color: #D01878;
}
</style>
border-color css
<style>
span { border-color: #D01878; }
span { border-color: rgb(208,24,120); }
td.TdClassName
{
border-color: #D01878;
}
.TagClassName
{
border-color: #D01878;
}
</style>