Shades of Deep Cerise #DB419E
Tints of Deep Cerise #DB419E
RGB
CMYK
RGB Variations
Color information
#DB419E (or 0xDB419E) is known color: Deep Cerise. HEX triplet: DB, 41 and 9E. RGB value is (219,65,158). Sum of RGB (Red+Green+Blue) = 219+65+158=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB419E is #24BE61. Grayscale: #797979. Windows color (decimal): -2408034 or 10371547. OLE color: 10371547.
HSL color Cylindrical-coordinate representation of color #DB419E: hue angle of 323.77º 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 #DB419E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 158 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.14 |
| HSL | 323.77º | 0.68% | 0.56% | - |
| HSV(B) | 323.77º | 0.7% | 0.86% | - |
| XYZ | 37.28 | 21.31 | 34.5 | - |
| YUV | 121.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 158 | 0 | 0.70 | 0.28 | 0.14 | 323.77 | 0.68 | 0.56 |
| Hex | DB | 41 | 9E | 0 | 46 | 1C | E | 144 | 44 | 38 |
| Octal | 333 | 101 | 236 | 0 | 106 | 34 | 16 | 504 | 104 | 70 |
| Binary | 11011011 | 1000001 | 10011110 | 0 | 1000110 | 11100 | 1110 | 101000100 | 1000100 | 111000 |
Color Harmonies of #DB419E
Complementary color
Monochromatic Colors of #DB419E
Black with #DB419E
Text Example
Text Example
White with #DB419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB419E; }
p { color: rgb(219,65,158); }
H1.HeaderClassName
{
color: #DB419E;
}
.AnyTagClassName
{
color: #DB419E;
}
</style>
background-color css
<style>
a { background-color: #DB419E; }
a { background-color: rgb(219,65,158); }
div.DivClassName
{
background-color: #DB419E;
}
.BgClassName
{
background-color: #DB419E;
}
</style>
border-color css
<style>
span { border-color: #DB419E; }
span { border-color: rgb(219,65,158); }
td.TdClassName
{
border-color: #DB419E;
}
.TagClassName
{
border-color: #DB419E;
}
</style>