Shades of Deep Cerise #DB1D78
Tints of Deep Cerise #DB1D78
RGB
CMYK
RGB Variations
Color information
#DB1D78 (or 0xDB1D78) is known color: Deep Cerise. HEX triplet: DB, 1D and 78. RGB value is (219,29,120). Sum of RGB (Red+Green+Blue) = 219+29+120=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1D78 is #24E287. Grayscale: #606060. Windows color (decimal): -2417288 or 7871963. OLE color: 7871963.
HSL color Cylindrical-coordinate representation of color #DB1D78: hue angle of 331.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D78 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 120 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.14 |
| HSL | 331.26º | 0.77% | 0.49% | - |
| HSV(B) | 331.26º | 0.87% | 0.86% | - |
| XYZ | 33.04 | 17.29 | 19.37 | - |
| YUV | 96.18 | 141.45 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 120 | 0 | 0.87 | 0.45 | 0.14 | 331.26 | 0.77 | 0.49 |
| Hex | DB | 1D | 78 | 0 | 57 | 2D | E | 14B | 4D | 31 |
| Octal | 333 | 35 | 170 | 0 | 127 | 55 | 16 | 513 | 115 | 61 |
| Binary | 11011011 | 11101 | 1111000 | 0 | 1010111 | 101101 | 1110 | 101001011 | 1001101 | 110001 |
Color Harmonies of #DB1D78
Complementary color
Monochromatic Colors of #DB1D78
Black with #DB1D78
Text Example
Text Example
White with #DB1D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D78; }
p { color: rgb(219,29,120); }
H1.HeaderClassName
{
color: #DB1D78;
}
.AnyTagClassName
{
color: #DB1D78;
}
</style>
background-color css
<style>
a { background-color: #DB1D78; }
a { background-color: rgb(219,29,120); }
div.DivClassName
{
background-color: #DB1D78;
}
.BgClassName
{
background-color: #DB1D78;
}
</style>
border-color css
<style>
span { border-color: #DB1D78; }
span { border-color: rgb(219,29,120); }
td.TdClassName
{
border-color: #DB1D78;
}
.TagClassName
{
border-color: #DB1D78;
}
</style>