Shades of Deep Cerise #DB3488
Tints of Deep Cerise #DB3488
RGB
CMYK
RGB Variations
Color information
#DB3488 (or 0xDB3488) is known color: Deep Cerise. HEX triplet: DB, 34 and 88. RGB value is (219,52,136). Sum of RGB (Red+Green+Blue) = 219+52+136=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3488 is #24CB77. Grayscale: #6F6F6F. Windows color (decimal): -2411384 or 8926427. OLE color: 8926427.
HSL color Cylindrical-coordinate representation of color #DB3488: hue angle of 329.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3488 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 136 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.14 |
| HSL | 329.82º | 0.7% | 0.53% | - |
| HSV(B) | 329.82º | 0.76% | 0.86% | - |
| XYZ | 34.89 | 19.29 | 25.18 | - |
| YUV | 111.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 136 | 0 | 0.76 | 0.38 | 0.14 | 329.82 | 0.7 | 0.53 |
| Hex | DB | 34 | 88 | 0 | 4C | 26 | E | 14A | 46 | 35 |
| Octal | 333 | 64 | 210 | 0 | 114 | 46 | 16 | 512 | 106 | 65 |
| Binary | 11011011 | 110100 | 10001000 | 0 | 1001100 | 100110 | 1110 | 101001010 | 1000110 | 110101 |
Color Harmonies of #DB3488
Complementary color
Monochromatic Colors of #DB3488
Black with #DB3488
Text Example
Text Example
White with #DB3488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3488; }
p { color: rgb(219,52,136); }
H1.HeaderClassName
{
color: #DB3488;
}
.AnyTagClassName
{
color: #DB3488;
}
</style>
background-color css
<style>
a { background-color: #DB3488; }
a { background-color: rgb(219,52,136); }
div.DivClassName
{
background-color: #DB3488;
}
.BgClassName
{
background-color: #DB3488;
}
</style>
border-color css
<style>
span { border-color: #DB3488; }
span { border-color: rgb(219,52,136); }
td.TdClassName
{
border-color: #DB3488;
}
.TagClassName
{
border-color: #DB3488;
}
</style>