Shades of Deep Cerise #DB3778
Tints of Deep Cerise #DB3778
RGB
CMYK
RGB Variations
Color information
#DB3778 (or 0xDB3778) is known color: Deep Cerise. HEX triplet: DB, 37 and 78. RGB value is (219,55,120). Sum of RGB (Red+Green+Blue) = 219+55+120=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3778 is #24C887. Grayscale: #6F6F6F. Windows color (decimal): -2410632 or 7878619. OLE color: 7878619.
HSL color Cylindrical-coordinate representation of color #DB3778: hue angle of 336.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3778 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 120 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.14 |
| HSL | 336.22º | 0.69% | 0.54% | - |
| HSV(B) | 336.22º | 0.75% | 0.86% | - |
| XYZ | 33.97 | 19.15 | 19.67 | - |
| YUV | 111.45 | 132.83 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 120 | 0 | 0.75 | 0.45 | 0.14 | 336.22 | 0.69 | 0.54 |
| Hex | DB | 37 | 78 | 0 | 4B | 2D | E | 150 | 45 | 36 |
| Octal | 333 | 67 | 170 | 0 | 113 | 55 | 16 | 520 | 105 | 66 |
| Binary | 11011011 | 110111 | 1111000 | 0 | 1001011 | 101101 | 1110 | 101010000 | 1000101 | 110110 |
Color Harmonies of #DB3778
Complementary color
Monochromatic Colors of #DB3778
Black with #DB3778
Text Example
Text Example
White with #DB3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3778; }
p { color: rgb(219,55,120); }
H1.HeaderClassName
{
color: #DB3778;
}
.AnyTagClassName
{
color: #DB3778;
}
</style>
background-color css
<style>
a { background-color: #DB3778; }
a { background-color: rgb(219,55,120); }
div.DivClassName
{
background-color: #DB3778;
}
.BgClassName
{
background-color: #DB3778;
}
</style>
border-color css
<style>
span { border-color: #DB3778; }
span { border-color: rgb(219,55,120); }
td.TdClassName
{
border-color: #DB3778;
}
.TagClassName
{
border-color: #DB3778;
}
</style>