Shades of Deep Cerise #DB429E
Tints of Deep Cerise #DB429E
RGB
CMYK
RGB Variations
Color information
#DB429E (or 0xDB429E) is known color: Deep Cerise. HEX triplet: DB, 42 and 9E. RGB value is (219,66,158). Sum of RGB (Red+Green+Blue) = 219+66+158=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB429E is #24BD61. Grayscale: #7A7A7A. Windows color (decimal): -2407778 or 10371803. OLE color: 10371803.
HSL color Cylindrical-coordinate representation of color #DB429E: hue angle of 323.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB429E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 158 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.14 |
| HSL | 323.92º | 0.68% | 0.56% | - |
| HSV(B) | 323.92º | 0.7% | 0.86% | - |
| XYZ | 37.33 | 21.43 | 34.52 | - |
| YUV | 122.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 158 | 0 | 0.70 | 0.28 | 0.14 | 323.92 | 0.68 | 0.56 |
| Hex | DB | 42 | 9E | 0 | 46 | 1C | E | 144 | 44 | 38 |
| Octal | 333 | 102 | 236 | 0 | 106 | 34 | 16 | 504 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10011110 | 0 | 1000110 | 11100 | 1110 | 101000100 | 1000100 | 111000 |
Color Harmonies of #DB429E
Complementary color
Monochromatic Colors of #DB429E
Black with #DB429E
Text Example
Text Example
White with #DB429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB429E; }
p { color: rgb(219,66,158); }
H1.HeaderClassName
{
color: #DB429E;
}
.AnyTagClassName
{
color: #DB429E;
}
</style>
background-color css
<style>
a { background-color: #DB429E; }
a { background-color: rgb(219,66,158); }
div.DivClassName
{
background-color: #DB429E;
}
.BgClassName
{
background-color: #DB429E;
}
</style>
border-color css
<style>
span { border-color: #DB429E; }
span { border-color: rgb(219,66,158); }
td.TdClassName
{
border-color: #DB429E;
}
.TagClassName
{
border-color: #DB429E;
}
</style>