Shades of Deep Cerise #DB3EAD
Tints of Deep Cerise #DB3EAD
RGB
CMYK
RGB Variations
Color information
#DB3EAD (or 0xDB3EAD) is known color: Deep Cerise. HEX triplet: DB, 3E and AD. RGB value is (219,62,173). Sum of RGB (Red+Green+Blue) = 219+62+173=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 62 (24.61% from 255 or 13.66% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3EAD is #24C152. Grayscale: #797979. Windows color (decimal): -2408787 or 11353819. OLE color: 11353819.
HSL color Cylindrical-coordinate representation of color #DB3EAD: hue angle of 317.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3EAD is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 173 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.14 |
| HSL | 317.58º | 0.69% | 0.55% | - |
| HSV(B) | 317.58º | 0.72% | 0.86% | - |
| XYZ | 38.48 | 21.52 | 41.66 | - |
| YUV | 121.6 | 157.01 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 173 | 0 | 0.72 | 0.21 | 0.14 | 317.58 | 0.69 | 0.55 |
| Hex | DB | 3E | AD | 0 | 48 | 15 | E | 13E | 45 | 37 |
| Octal | 333 | 76 | 255 | 0 | 110 | 25 | 16 | 476 | 105 | 67 |
| Binary | 11011011 | 111110 | 10101101 | 0 | 1001000 | 10101 | 1110 | 100111110 | 1000101 | 110111 |
Color Harmonies of #DB3EAD
Complementary color
Monochromatic Colors of #DB3EAD
Black with #DB3EAD
Text Example
Text Example
White with #DB3EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EAD; }
p { color: rgb(219,62,173); }
H1.HeaderClassName
{
color: #DB3EAD;
}
.AnyTagClassName
{
color: #DB3EAD;
}
</style>
background-color css
<style>
a { background-color: #DB3EAD; }
a { background-color: rgb(219,62,173); }
div.DivClassName
{
background-color: #DB3EAD;
}
.BgClassName
{
background-color: #DB3EAD;
}
</style>
border-color css
<style>
span { border-color: #DB3EAD; }
span { border-color: rgb(219,62,173); }
td.TdClassName
{
border-color: #DB3EAD;
}
.TagClassName
{
border-color: #DB3EAD;
}
</style>