Shades of Deep Cerise #DB3489
Tints of Deep Cerise #DB3489
RGB
CMYK
RGB Variations
Color information
#DB3489 (or 0xDB3489) is known color: Deep Cerise. HEX triplet: DB, 34 and 89. RGB value is (219,52,137). Sum of RGB (Red+Green+Blue) = 219+52+137=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3489 is #24CB76. Grayscale: #6F6F6F. Windows color (decimal): -2411383 or 8991963. OLE color: 8991963.
HSL color Cylindrical-coordinate representation of color #DB3489: hue angle of 329.46º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3489 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 137 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.14 |
| HSL | 329.46º | 0.7% | 0.53% | - |
| HSV(B) | 329.46º | 0.76% | 0.86% | - |
| XYZ | 34.96 | 19.32 | 25.55 | - |
| YUV | 111.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 137 | 0 | 0.76 | 0.37 | 0.14 | 329.46 | 0.7 | 0.53 |
| Hex | DB | 34 | 89 | 0 | 4C | 25 | E | 149 | 46 | 35 |
| Octal | 333 | 64 | 211 | 0 | 114 | 45 | 16 | 511 | 106 | 65 |
| Binary | 11011011 | 110100 | 10001001 | 0 | 1001100 | 100101 | 1110 | 101001001 | 1000110 | 110101 |
Color Harmonies of #DB3489
Complementary color
Monochromatic Colors of #DB3489
Black with #DB3489
Text Example
Text Example
White with #DB3489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3489; }
p { color: rgb(219,52,137); }
H1.HeaderClassName
{
color: #DB3489;
}
.AnyTagClassName
{
color: #DB3489;
}
</style>
background-color css
<style>
a { background-color: #DB3489; }
a { background-color: rgb(219,52,137); }
div.DivClassName
{
background-color: #DB3489;
}
.BgClassName
{
background-color: #DB3489;
}
</style>
border-color css
<style>
span { border-color: #DB3489; }
span { border-color: rgb(219,52,137); }
td.TdClassName
{
border-color: #DB3489;
}
.TagClassName
{
border-color: #DB3489;
}
</style>