Shades of Deep Cerise #DB408B
Tints of Deep Cerise #DB408B
RGB
CMYK
RGB Variations
Color information
#DB408B (or 0xDB408B) is known color: Deep Cerise. HEX triplet: DB, 40 and 8B. RGB value is (219,64,139). Sum of RGB (Red+Green+Blue) = 219+64+139=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB408B is #24BF74. Grayscale: #767676. Windows color (decimal): -2408309 or 9126107. OLE color: 9126107.
HSL color Cylindrical-coordinate representation of color #DB408B: hue angle of 330.97º 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 #DB408B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 139 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.14 |
| HSL | 330.97º | 0.68% | 0.55% | - |
| HSV(B) | 330.97º | 0.71% | 0.86% | - |
| XYZ | 35.71 | 20.59 | 26.52 | - |
| YUV | 118.9 | 139.35 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 139 | 0 | 0.71 | 0.37 | 0.14 | 330.97 | 0.68 | 0.55 |
| Hex | DB | 40 | 8B | 0 | 47 | 25 | E | 14B | 44 | 37 |
| Octal | 333 | 100 | 213 | 0 | 107 | 45 | 16 | 513 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10001011 | 0 | 1000111 | 100101 | 1110 | 101001011 | 1000100 | 110111 |
Color Harmonies of #DB408B
Complementary color
Monochromatic Colors of #DB408B
Black with #DB408B
Text Example
Text Example
White with #DB408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB408B; }
p { color: rgb(219,64,139); }
H1.HeaderClassName
{
color: #DB408B;
}
.AnyTagClassName
{
color: #DB408B;
}
</style>
background-color css
<style>
a { background-color: #DB408B; }
a { background-color: rgb(219,64,139); }
div.DivClassName
{
background-color: #DB408B;
}
.BgClassName
{
background-color: #DB408B;
}
</style>
border-color css
<style>
span { border-color: #DB408B; }
span { border-color: rgb(219,64,139); }
td.TdClassName
{
border-color: #DB408B;
}
.TagClassName
{
border-color: #DB408B;
}
</style>