Shades of Deep Cerise #DB3978
Tints of Deep Cerise #DB3978
RGB
CMYK
RGB Variations
Color information
#DB3978 (or 0xDB3978) is known color: Deep Cerise. HEX triplet: DB, 39 and 78. RGB value is (219,57,120). Sum of RGB (Red+Green+Blue) = 219+57+120=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3978 is #24C687. Grayscale: #707070. Windows color (decimal): -2410120 or 7879131. OLE color: 7879131.
HSL color Cylindrical-coordinate representation of color #DB3978: hue angle of 336.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3978 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 120 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.14 |
| HSL | 336.67º | 0.69% | 0.54% | - |
| HSV(B) | 336.67º | 0.74% | 0.86% | - |
| XYZ | 34.07 | 19.34 | 19.71 | - |
| YUV | 112.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 120 | 0 | 0.74 | 0.45 | 0.14 | 336.67 | 0.69 | 0.54 |
| Hex | DB | 39 | 78 | 0 | 4A | 2D | E | 151 | 45 | 36 |
| Octal | 333 | 71 | 170 | 0 | 112 | 55 | 16 | 521 | 105 | 66 |
| Binary | 11011011 | 111001 | 1111000 | 0 | 1001010 | 101101 | 1110 | 101010001 | 1000101 | 110110 |
Color Harmonies of #DB3978
Complementary color
Monochromatic Colors of #DB3978
Black with #DB3978
Text Example
Text Example
White with #DB3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3978; }
p { color: rgb(219,57,120); }
H1.HeaderClassName
{
color: #DB3978;
}
.AnyTagClassName
{
color: #DB3978;
}
</style>
background-color css
<style>
a { background-color: #DB3978; }
a { background-color: rgb(219,57,120); }
div.DivClassName
{
background-color: #DB3978;
}
.BgClassName
{
background-color: #DB3978;
}
</style>
border-color css
<style>
span { border-color: #DB3978; }
span { border-color: rgb(219,57,120); }
td.TdClassName
{
border-color: #DB3978;
}
.TagClassName
{
border-color: #DB3978;
}
</style>