Shades of Deep Cerise #DB408A
Tints of Deep Cerise #DB408A
RGB
CMYK
RGB Variations
Color information
#DB408A (or 0xDB408A) is known color: Deep Cerise. HEX triplet: DB, 40 and 8A. RGB value is (219,64,138). Sum of RGB (Red+Green+Blue) = 219+64+138=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB408A is #24BF75. Grayscale: #767676. Windows color (decimal): -2408310 or 9060571. OLE color: 9060571.
HSL color Cylindrical-coordinate representation of color #DB408A: hue angle of 331.35º 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 #DB408A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 138 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.14 |
| HSL | 331.35º | 0.68% | 0.55% | - |
| HSV(B) | 331.35º | 0.71% | 0.86% | - |
| XYZ | 35.63 | 20.56 | 26.14 | - |
| YUV | 118.78 | 138.85 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 138 | 0 | 0.71 | 0.37 | 0.14 | 331.35 | 0.68 | 0.55 |
| Hex | DB | 40 | 8A | 0 | 47 | 25 | E | 14B | 44 | 37 |
| Octal | 333 | 100 | 212 | 0 | 107 | 45 | 16 | 513 | 104 | 67 |
| Binary | 11011011 | 1000000 | 10001010 | 0 | 1000111 | 100101 | 1110 | 101001011 | 1000100 | 110111 |
Color Harmonies of #DB408A
Complementary color
Monochromatic Colors of #DB408A
Black with #DB408A
Text Example
Text Example
White with #DB408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB408A; }
p { color: rgb(219,64,138); }
H1.HeaderClassName
{
color: #DB408A;
}
.AnyTagClassName
{
color: #DB408A;
}
</style>
background-color css
<style>
a { background-color: #DB408A; }
a { background-color: rgb(219,64,138); }
div.DivClassName
{
background-color: #DB408A;
}
.BgClassName
{
background-color: #DB408A;
}
</style>
border-color css
<style>
span { border-color: #DB408A; }
span { border-color: rgb(219,64,138); }
td.TdClassName
{
border-color: #DB408A;
}
.TagClassName
{
border-color: #DB408A;
}
</style>