Shades of Medium Violet Red #DB1878
Tints of Medium Violet Red #DB1878
RGB
CMYK
RGB Variations
Color information
#DB1878 (or 0xDB1878) is known color: Medium Violet Red. HEX triplet: DB, 18 and 78. RGB value is (219,24,120). Sum of RGB (Red+Green+Blue) = 219+24+120=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1878 is #24E787. Grayscale: #5D5D5D. Windows color (decimal): -2418568 or 7870683. OLE color: 7870683.
HSL color Cylindrical-coordinate representation of color #DB1878: hue angle of 330.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1878 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 120 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.14 |
| HSL | 330.46º | 0.8% | 0.48% | - |
| HSV(B) | 330.46º | 0.89% | 0.86% | - |
| XYZ | 32.93 | 17.07 | 19.33 | - |
| YUV | 93.25 | 143.1 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 120 | 0 | 0.89 | 0.45 | 0.14 | 330.46 | 0.8 | 0.48 |
| Hex | DB | 18 | 78 | 0 | 59 | 2D | E | 14A | 50 | 30 |
| Octal | 333 | 30 | 170 | 0 | 131 | 55 | 16 | 512 | 120 | 60 |
| Binary | 11011011 | 11000 | 1111000 | 0 | 1011001 | 101101 | 1110 | 101001010 | 1010000 | 110000 |
Color Harmonies of #DB1878
Complementary color
Monochromatic Colors of #DB1878
Black with #DB1878
Text Example
Text Example
White with #DB1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1878; }
p { color: rgb(219,24,120); }
H1.HeaderClassName
{
color: #DB1878;
}
.AnyTagClassName
{
color: #DB1878;
}
</style>
background-color css
<style>
a { background-color: #DB1878; }
a { background-color: rgb(219,24,120); }
div.DivClassName
{
background-color: #DB1878;
}
.BgClassName
{
background-color: #DB1878;
}
</style>
border-color css
<style>
span { border-color: #DB1878; }
span { border-color: rgb(219,24,120); }
td.TdClassName
{
border-color: #DB1878;
}
.TagClassName
{
border-color: #DB1878;
}
</style>