Shades of Deep Cerise #DB3288
Tints of Deep Cerise #DB3288
RGB
CMYK
RGB Variations
Color information
#DB3288 (or 0xDB3288) is known color: Deep Cerise. HEX triplet: DB, 32 and 88. RGB value is (219,50,136). Sum of RGB (Red+Green+Blue) = 219+50+136=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3288 is #24CD77. Grayscale: #6E6E6E. Windows color (decimal): -2411896 or 8925915. OLE color: 8925915.
HSL color Cylindrical-coordinate representation of color #DB3288: hue angle of 329.47º 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 #DB3288 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 136 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.14 |
| HSL | 329.47º | 0.7% | 0.53% | - |
| HSV(B) | 329.47º | 0.77% | 0.86% | - |
| XYZ | 34.8 | 19.12 | 25.15 | - |
| YUV | 110.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 136 | 0 | 0.77 | 0.38 | 0.14 | 329.47 | 0.7 | 0.53 |
| Hex | DB | 32 | 88 | 0 | 4D | 26 | E | 149 | 46 | 35 |
| Octal | 333 | 62 | 210 | 0 | 115 | 46 | 16 | 511 | 106 | 65 |
| Binary | 11011011 | 110010 | 10001000 | 0 | 1001101 | 100110 | 1110 | 101001001 | 1000110 | 110101 |
Color Harmonies of #DB3288
Complementary color
Monochromatic Colors of #DB3288
Black with #DB3288
Text Example
Text Example
White with #DB3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3288; }
p { color: rgb(219,50,136); }
H1.HeaderClassName
{
color: #DB3288;
}
.AnyTagClassName
{
color: #DB3288;
}
</style>
background-color css
<style>
a { background-color: #DB3288; }
a { background-color: rgb(219,50,136); }
div.DivClassName
{
background-color: #DB3288;
}
.BgClassName
{
background-color: #DB3288;
}
</style>
border-color css
<style>
span { border-color: #DB3288; }
span { border-color: rgb(219,50,136); }
td.TdClassName
{
border-color: #DB3288;
}
.TagClassName
{
border-color: #DB3288;
}
</style>