Shades of Deep Cerise #DB408E
Tints of Deep Cerise #DB408E
RGB
CMYK
RGB Variations
Color information
#DB408E (or 0xDB408E) is known color: Deep Cerise. HEX triplet: DB, 40 and 8E. RGB value is (219,64,142). Sum of RGB (Red+Green+Blue) = 219+64+142=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB408E is #24BF71. Grayscale: #777777. Windows color (decimal): -2408306 or 9322715. OLE color: 9322715.
HSL color Cylindrical-coordinate representation of color #DB408E: hue angle of 329.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB408E is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 142 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.14 |
| HSL | 329.81º | 0.68% | 0.55% | - |
| HSV(B) | 329.81º | 0.71% | 0.86% | - |
| XYZ | 35.93 | 20.68 | 27.69 | - |
| YUV | 119.24 | 140.85 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 142 | 0 | 0.71 | 0.35 | 0.14 | 329.81 | 0.68 | 0.55 |
| Hex | DB | 40 | 8E | 0 | 47 | 23 | E | 14A | 44 | 37 |
| Octal | 333 | 100 | 216 | 0 | 107 | 43 | 16 | 512 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10001110 | 0 | 1000111 | 100011 | 1110 | 101001010 | 1000100 | 110111 |
Color Harmonies of #DB408E
Complementary color
Monochromatic Colors of #DB408E
Black with #DB408E
Text Example
Text Example
White with #DB408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB408E; }
p { color: rgb(219,64,142); }
H1.HeaderClassName
{
color: #DB408E;
}
.AnyTagClassName
{
color: #DB408E;
}
</style>
background-color css
<style>
a { background-color: #DB408E; }
a { background-color: rgb(219,64,142); }
div.DivClassName
{
background-color: #DB408E;
}
.BgClassName
{
background-color: #DB408E;
}
</style>
border-color css
<style>
span { border-color: #DB408E; }
span { border-color: rgb(219,64,142); }
td.TdClassName
{
border-color: #DB408E;
}
.TagClassName
{
border-color: #DB408E;
}
</style>