Shades of Medium Violet Red #D01378
Tints of Medium Violet Red #D01378
RGB
CMYK
RGB Variations
Color information
#D01378 (or 0xD01378) is known color: Medium Violet Red. HEX triplet: D0, 13 and 78. RGB value is (208,19,120). Sum of RGB (Red+Green+Blue) = 208+19+120=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D01378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01378 is #2FEC87. Grayscale: #565656. Windows color (decimal): -3140744 or 7869392. OLE color: 7869392.
HSL color Cylindrical-coordinate representation of color #D01378: hue angle of 327.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01378 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 120 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.18 |
| HSL | 327.94º | 0.83% | 0.45% | - |
| HSV(B) | 327.94º | 0.91% | 0.82% | - |
| XYZ | 29.64 | 15.23 | 19.15 | - |
| YUV | 87.03 | 146.62 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 120 | 0 | 0.91 | 0.42 | 0.18 | 327.94 | 0.83 | 0.45 |
| Hex | D0 | 13 | 78 | 0 | 5B | 2A | 12 | 148 | 53 | 2D |
| Octal | 320 | 23 | 170 | 0 | 133 | 52 | 22 | 510 | 123 | 55 |
| Binary | 11010000 | 10011 | 1111000 | 0 | 1011011 | 101010 | 10010 | 101001000 | 1010011 | 101101 |
Color Harmonies of #D01378
Complementary color
Monochromatic Colors of #D01378
Black with #D01378
Text Example
Text Example
White with #D01378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01378; }
p { color: rgb(208,19,120); }
H1.HeaderClassName
{
color: #D01378;
}
.AnyTagClassName
{
color: #D01378;
}
</style>
background-color css
<style>
a { background-color: #D01378; }
a { background-color: rgb(208,19,120); }
div.DivClassName
{
background-color: #D01378;
}
.BgClassName
{
background-color: #D01378;
}
</style>
border-color css
<style>
span { border-color: #D01378; }
span { border-color: rgb(208,19,120); }
td.TdClassName
{
border-color: #D01378;
}
.TagClassName
{
border-color: #D01378;
}
</style>