Shades of Deep Cerise #DB408D
Tints of Deep Cerise #DB408D
RGB
CMYK
RGB Variations
Color information
#DB408D (or 0xDB408D) is known color: Deep Cerise. HEX triplet: DB, 40 and 8D. RGB value is (219,64,141). Sum of RGB (Red+Green+Blue) = 219+64+141=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB408D is #24BF72. Grayscale: #767676. Windows color (decimal): -2408307 or 9257179. OLE color: 9257179.
HSL color Cylindrical-coordinate representation of color #DB408D: hue angle of 330.19º 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 #DB408D is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 141 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.14 |
| HSL | 330.19º | 0.68% | 0.55% | - |
| HSV(B) | 330.19º | 0.71% | 0.86% | - |
| XYZ | 35.85 | 20.65 | 27.3 | - |
| YUV | 119.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 141 | 0 | 0.71 | 0.36 | 0.14 | 330.19 | 0.68 | 0.55 |
| Hex | DB | 40 | 8D | 0 | 47 | 24 | E | 14A | 44 | 37 |
| Octal | 333 | 100 | 215 | 0 | 107 | 44 | 16 | 512 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10001101 | 0 | 1000111 | 100100 | 1110 | 101001010 | 1000100 | 110111 |
Color Harmonies of #DB408D
Complementary color
Monochromatic Colors of #DB408D
Black with #DB408D
Text Example
Text Example
White with #DB408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB408D; }
p { color: rgb(219,64,141); }
H1.HeaderClassName
{
color: #DB408D;
}
.AnyTagClassName
{
color: #DB408D;
}
</style>
background-color css
<style>
a { background-color: #DB408D; }
a { background-color: rgb(219,64,141); }
div.DivClassName
{
background-color: #DB408D;
}
.BgClassName
{
background-color: #DB408D;
}
</style>
border-color css
<style>
span { border-color: #DB408D; }
span { border-color: rgb(219,64,141); }
td.TdClassName
{
border-color: #DB408D;
}
.TagClassName
{
border-color: #DB408D;
}
</style>