Shades of Deep Cerise #DB3378
Tints of Deep Cerise #DB3378
RGB
CMYK
RGB Variations
Color information
#DB3378 (or 0xDB3378) is known color: Deep Cerise. HEX triplet: DB, 33 and 78. RGB value is (219,51,120). Sum of RGB (Red+Green+Blue) = 219+51+120=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3378 is #24CC87. Grayscale: #6C6C6C. Windows color (decimal): -2411656 or 7877595. OLE color: 7877595.
HSL color Cylindrical-coordinate representation of color #DB3378: hue angle of 335.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3378 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 120 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.14 |
| HSL | 335.36º | 0.7% | 0.53% | - |
| HSV(B) | 335.36º | 0.77% | 0.86% | - |
| XYZ | 33.79 | 18.78 | 19.61 | - |
| YUV | 109.1 | 134.16 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 120 | 0 | 0.77 | 0.45 | 0.14 | 335.36 | 0.7 | 0.53 |
| Hex | DB | 33 | 78 | 0 | 4D | 2D | E | 14F | 46 | 35 |
| Octal | 333 | 63 | 170 | 0 | 115 | 55 | 16 | 517 | 106 | 65 |
| Binary | 11011011 | 110011 | 1111000 | 0 | 1001101 | 101101 | 1110 | 101001111 | 1000110 | 110101 |
Color Harmonies of #DB3378
Complementary color
Monochromatic Colors of #DB3378
Black with #DB3378
Text Example
Text Example
White with #DB3378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3378; }
p { color: rgb(219,51,120); }
H1.HeaderClassName
{
color: #DB3378;
}
.AnyTagClassName
{
color: #DB3378;
}
</style>
background-color css
<style>
a { background-color: #DB3378; }
a { background-color: rgb(219,51,120); }
div.DivClassName
{
background-color: #DB3378;
}
.BgClassName
{
background-color: #DB3378;
}
</style>
border-color css
<style>
span { border-color: #DB3378; }
span { border-color: rgb(219,51,120); }
td.TdClassName
{
border-color: #DB3378;
}
.TagClassName
{
border-color: #DB3378;
}
</style>