Shades of Deep Cerise #DB3878
Tints of Deep Cerise #DB3878
RGB
CMYK
RGB Variations
Color information
#DB3878 (or 0xDB3878) is known color: Deep Cerise. HEX triplet: DB, 38 and 78. RGB value is (219,56,120). Sum of RGB (Red+Green+Blue) = 219+56+120=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3878 is #24C787. Grayscale: #6F6F6F. Windows color (decimal): -2410376 or 7878875. OLE color: 7878875.
HSL color Cylindrical-coordinate representation of color #DB3878: hue angle of 336.44º 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 #DB3878 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 120 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.14 |
| HSL | 336.44º | 0.69% | 0.54% | - |
| HSV(B) | 336.44º | 0.74% | 0.86% | - |
| XYZ | 34.02 | 19.24 | 19.69 | - |
| YUV | 112.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 120 | 0 | 0.74 | 0.45 | 0.14 | 336.44 | 0.69 | 0.54 |
| Hex | DB | 38 | 78 | 0 | 4A | 2D | E | 150 | 45 | 36 |
| Octal | 333 | 70 | 170 | 0 | 112 | 55 | 16 | 520 | 105 | 66 |
| Binary | 11011011 | 111000 | 1111000 | 0 | 1001010 | 101101 | 1110 | 101010000 | 1000101 | 110110 |
Color Harmonies of #DB3878
Complementary color
Monochromatic Colors of #DB3878
Black with #DB3878
Text Example
Text Example
White with #DB3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3878; }
p { color: rgb(219,56,120); }
H1.HeaderClassName
{
color: #DB3878;
}
.AnyTagClassName
{
color: #DB3878;
}
</style>
background-color css
<style>
a { background-color: #DB3878; }
a { background-color: rgb(219,56,120); }
div.DivClassName
{
background-color: #DB3878;
}
.BgClassName
{
background-color: #DB3878;
}
</style>
border-color css
<style>
span { border-color: #DB3878; }
span { border-color: rgb(219,56,120); }
td.TdClassName
{
border-color: #DB3878;
}
.TagClassName
{
border-color: #DB3878;
}
</style>