Shades of Deep Cerise #DB3487
Tints of Deep Cerise #DB3487
RGB
CMYK
RGB Variations
Color information
#DB3487 (or 0xDB3487) is known color: Deep Cerise. HEX triplet: DB, 34 and 87. RGB value is (219,52,135). Sum of RGB (Red+Green+Blue) = 219+52+135=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3487 is #24CB78. Grayscale: #6F6F6F. Windows color (decimal): -2411385 or 8860891. OLE color: 8860891.
HSL color Cylindrical-coordinate representation of color #DB3487: hue angle of 330.18º 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 #DB3487 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 135 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.14 |
| HSL | 330.18º | 0.7% | 0.53% | - |
| HSV(B) | 330.18º | 0.76% | 0.86% | - |
| XYZ | 34.81 | 19.27 | 24.81 | - |
| YUV | 111.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 135 | 0 | 0.76 | 0.38 | 0.14 | 330.18 | 0.7 | 0.53 |
| Hex | DB | 34 | 87 | 0 | 4C | 26 | E | 14A | 46 | 35 |
| Octal | 333 | 64 | 207 | 0 | 114 | 46 | 16 | 512 | 106 | 65 |
| Binary | 11011011 | 110100 | 10000111 | 0 | 1001100 | 100110 | 1110 | 101001010 | 1000110 | 110101 |
Color Harmonies of #DB3487
Complementary color
Monochromatic Colors of #DB3487
Black with #DB3487
Text Example
Text Example
White with #DB3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3487; }
p { color: rgb(219,52,135); }
H1.HeaderClassName
{
color: #DB3487;
}
.AnyTagClassName
{
color: #DB3487;
}
</style>
background-color css
<style>
a { background-color: #DB3487; }
a { background-color: rgb(219,52,135); }
div.DivClassName
{
background-color: #DB3487;
}
.BgClassName
{
background-color: #DB3487;
}
</style>
border-color css
<style>
span { border-color: #DB3487; }
span { border-color: rgb(219,52,135); }
td.TdClassName
{
border-color: #DB3487;
}
.TagClassName
{
border-color: #DB3487;
}
</style>