Shades of Deep Cerise #DB3788
Tints of Deep Cerise #DB3788
RGB
CMYK
RGB Variations
Color information
#DB3788 (or 0xDB3788) is known color: Deep Cerise. HEX triplet: DB, 37 and 88. RGB value is (219,55,136). Sum of RGB (Red+Green+Blue) = 219+55+136=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3788 is #24C877. Grayscale: #717171. Windows color (decimal): -2410616 or 8927195. OLE color: 8927195.
HSL color Cylindrical-coordinate representation of color #DB3788: hue angle of 330.37º 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 #DB3788 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 136 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.14 |
| HSL | 330.37º | 0.69% | 0.54% | - |
| HSV(B) | 330.37º | 0.75% | 0.86% | - |
| XYZ | 35.02 | 19.57 | 25.22 | - |
| YUV | 113.27 | 140.83 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 136 | 0 | 0.75 | 0.38 | 0.14 | 330.37 | 0.69 | 0.54 |
| Hex | DB | 37 | 88 | 0 | 4B | 26 | E | 14A | 45 | 36 |
| Octal | 333 | 67 | 210 | 0 | 113 | 46 | 16 | 512 | 105 | 66 |
| Binary | 11011011 | 110111 | 10001000 | 0 | 1001011 | 100110 | 1110 | 101001010 | 1000101 | 110110 |
Color Harmonies of #DB3788
Complementary color
Monochromatic Colors of #DB3788
Black with #DB3788
Text Example
Text Example
White with #DB3788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3788; }
p { color: rgb(219,55,136); }
H1.HeaderClassName
{
color: #DB3788;
}
.AnyTagClassName
{
color: #DB3788;
}
</style>
background-color css
<style>
a { background-color: #DB3788; }
a { background-color: rgb(219,55,136); }
div.DivClassName
{
background-color: #DB3788;
}
.BgClassName
{
background-color: #DB3788;
}
</style>
border-color css
<style>
span { border-color: #DB3788; }
span { border-color: rgb(219,55,136); }
td.TdClassName
{
border-color: #DB3788;
}
.TagClassName
{
border-color: #DB3788;
}
</style>