Shades of Deep Cerise #DB408C
Tints of Deep Cerise #DB408C
RGB
CMYK
RGB Variations
Color information
#DB408C (or 0xDB408C) is known color: Deep Cerise. HEX triplet: DB, 40 and 8C. RGB value is (219,64,140). Sum of RGB (Red+Green+Blue) = 219+64+140=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB408C is #24BF73. Grayscale: #767676. Windows color (decimal): -2408308 or 9191643. OLE color: 9191643.
HSL color Cylindrical-coordinate representation of color #DB408C: hue angle of 330.58º 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 #DB408C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 140 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.14 |
| HSL | 330.58º | 0.68% | 0.55% | - |
| HSV(B) | 330.58º | 0.71% | 0.86% | - |
| XYZ | 35.78 | 20.62 | 26.91 | - |
| YUV | 119.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 140 | 0 | 0.71 | 0.36 | 0.14 | 330.58 | 0.68 | 0.55 |
| Hex | DB | 40 | 8C | 0 | 47 | 24 | E | 14B | 44 | 37 |
| Octal | 333 | 100 | 214 | 0 | 107 | 44 | 16 | 513 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10001100 | 0 | 1000111 | 100100 | 1110 | 101001011 | 1000100 | 110111 |
Color Harmonies of #DB408C
Complementary color
Monochromatic Colors of #DB408C
Black with #DB408C
Text Example
Text Example
White with #DB408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB408C; }
p { color: rgb(219,64,140); }
H1.HeaderClassName
{
color: #DB408C;
}
.AnyTagClassName
{
color: #DB408C;
}
</style>
background-color css
<style>
a { background-color: #DB408C; }
a { background-color: rgb(219,64,140); }
div.DivClassName
{
background-color: #DB408C;
}
.BgClassName
{
background-color: #DB408C;
}
</style>
border-color css
<style>
span { border-color: #DB408C; }
span { border-color: rgb(219,64,140); }
td.TdClassName
{
border-color: #DB408C;
}
.TagClassName
{
border-color: #DB408C;
}
</style>