Shades of Deep Cerise #DB229E
Tints of Deep Cerise #DB229E
RGB
CMYK
RGB Variations
Color information
#DB229E (or 0xDB229E) is known color: Deep Cerise. HEX triplet: DB, 22 and 9E. RGB value is (219,34,158). Sum of RGB (Red+Green+Blue) = 219+34+158=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB229E is #24DD61. Grayscale: #676767. Windows color (decimal): -2415970 or 10363611. OLE color: 10363611.
HSL color Cylindrical-coordinate representation of color #DB229E: hue angle of 319.78º degrees, saturation: 0.73, 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 #DB229E is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 158 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.14 |
| HSL | 319.78º | 0.73% | 0.5% | - |
| HSV(B) | 319.78º | 0.84% | 0.86% | - |
| XYZ | 35.96 | 18.67 | 34.06 | - |
| YUV | 103.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 158 | 0 | 0.84 | 0.28 | 0.14 | 319.78 | 0.73 | 0.5 |
| Hex | DB | 22 | 9E | 0 | 54 | 1C | E | 140 | 49 | 32 |
| Octal | 333 | 42 | 236 | 0 | 124 | 34 | 16 | 500 | 111 | 62 |
| Binary | 11011011 | 100010 | 10011110 | 0 | 1010100 | 11100 | 1110 | 101000000 | 1001001 | 110010 |
Color Harmonies of #DB229E
Complementary color
Monochromatic Colors of #DB229E
Black with #DB229E
Text Example
Text Example
White with #DB229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB229E; }
p { color: rgb(219,34,158); }
H1.HeaderClassName
{
color: #DB229E;
}
.AnyTagClassName
{
color: #DB229E;
}
</style>
background-color css
<style>
a { background-color: #DB229E; }
a { background-color: rgb(219,34,158); }
div.DivClassName
{
background-color: #DB229E;
}
.BgClassName
{
background-color: #DB229E;
}
</style>
border-color css
<style>
span { border-color: #DB229E; }
span { border-color: rgb(219,34,158); }
td.TdClassName
{
border-color: #DB229E;
}
.TagClassName
{
border-color: #DB229E;
}
</style>