Shades of Deep Cerise #DB239D
Tints of Deep Cerise #DB239D
RGB
CMYK
RGB Variations
Color information
#DB239D (or 0xDB239D) is known color: Deep Cerise. HEX triplet: DB, 23 and 9D. RGB value is (219,35,157). Sum of RGB (Red+Green+Blue) = 219+35+157=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB239D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB239D is #24DC62. Grayscale: #676767. Windows color (decimal): -2415715 or 10298331. OLE color: 10298331.
HSL color Cylindrical-coordinate representation of color #DB239D: hue angle of 320.22º 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 #DB239D is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 157 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.14 |
| HSL | 320.22º | 0.72% | 0.5% | - |
| HSV(B) | 320.22º | 0.84% | 0.86% | - |
| XYZ | 35.9 | 18.7 | 33.61 | - |
| YUV | 103.92 | 157.96 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 157 | 0 | 0.84 | 0.28 | 0.14 | 320.22 | 0.72 | 0.5 |
| Hex | DB | 23 | 9D | 0 | 54 | 1C | E | 140 | 48 | 32 |
| Octal | 333 | 43 | 235 | 0 | 124 | 34 | 16 | 500 | 110 | 62 |
| Binary | 11011011 | 100011 | 10011101 | 0 | 1010100 | 11100 | 1110 | 101000000 | 1001000 | 110010 |
Color Harmonies of #DB239D
Complementary color
Monochromatic Colors of #DB239D
Black with #DB239D
Text Example
Text Example
White with #DB239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB239D; }
p { color: rgb(219,35,157); }
H1.HeaderClassName
{
color: #DB239D;
}
.AnyTagClassName
{
color: #DB239D;
}
</style>
background-color css
<style>
a { background-color: #DB239D; }
a { background-color: rgb(219,35,157); }
div.DivClassName
{
background-color: #DB239D;
}
.BgClassName
{
background-color: #DB239D;
}
</style>
border-color css
<style>
span { border-color: #DB239D; }
span { border-color: rgb(219,35,157); }
td.TdClassName
{
border-color: #DB239D;
}
.TagClassName
{
border-color: #DB239D;
}
</style>