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