Shades of Deep Cerise #DB239C
Tints of Deep Cerise #DB239C
RGB
CMYK
RGB Variations
Color information
#DB239C (or 0xDB239C) is known color: Deep Cerise. HEX triplet: DB, 23 and 9C. RGB value is (219,35,156). Sum of RGB (Red+Green+Blue) = 219+35+156=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 35 (14.06% from 255 or 8.54% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB239C is #24DC63. Grayscale: #676767. Windows color (decimal): -2415716 or 10232795. OLE color: 10232795.
HSL color Cylindrical-coordinate representation of color #DB239C: hue angle of 320.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB239C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 156 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.14 |
| HSL | 320.54º | 0.72% | 0.5% | - |
| HSV(B) | 320.54º | 0.84% | 0.86% | - |
| XYZ | 35.82 | 18.66 | 33.17 | - |
| YUV | 103.81 | 157.46 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 156 | 0 | 0.84 | 0.29 | 0.14 | 320.54 | 0.72 | 0.5 |
| Hex | DB | 23 | 9C | 0 | 54 | 1D | E | 141 | 48 | 32 |
| Octal | 333 | 43 | 234 | 0 | 124 | 35 | 16 | 501 | 110 | 62 |
| Binary | 11011011 | 100011 | 10011100 | 0 | 1010100 | 11101 | 1110 | 101000001 | 1001000 | 110010 |
Color Harmonies of #DB239C
Complementary color
Monochromatic Colors of #DB239C
Black with #DB239C
Text Example
Text Example
White with #DB239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB239C; }
p { color: rgb(219,35,156); }
H1.HeaderClassName
{
color: #DB239C;
}
.AnyTagClassName
{
color: #DB239C;
}
</style>
background-color css
<style>
a { background-color: #DB239C; }
a { background-color: rgb(219,35,156); }
div.DivClassName
{
background-color: #DB239C;
}
.BgClassName
{
background-color: #DB239C;
}
</style>
border-color css
<style>
span { border-color: #DB239C; }
span { border-color: rgb(219,35,156); }
td.TdClassName
{
border-color: #DB239C;
}
.TagClassName
{
border-color: #DB239C;
}
</style>