Shades of Deep Cerise #DB35A0
Tints of Deep Cerise #DB35A0
RGB
CMYK
RGB Variations
Color information
#DB35A0 (or 0xDB35A0) is known color: Deep Cerise. HEX triplet: DB, 35 and A0. RGB value is (219,53,160). Sum of RGB (Red+Green+Blue) = 219+53+160=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB35A0 is #24CA5F. Grayscale: #727272. Windows color (decimal): -2411104 or 10499547. OLE color: 10499547.
HSL color Cylindrical-coordinate representation of color #DB35A0: hue angle of 321.33º 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 #DB35A0 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 160 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.14 |
| HSL | 321.33º | 0.7% | 0.53% | - |
| HSV(B) | 321.33º | 0.76% | 0.86% | - |
| XYZ | 36.83 | 20.14 | 35.2 | - |
| YUV | 114.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 160 | 0 | 0.76 | 0.27 | 0.14 | 321.33 | 0.7 | 0.53 |
| Hex | DB | 35 | A0 | 0 | 4C | 1B | E | 141 | 46 | 35 |
| Octal | 333 | 65 | 240 | 0 | 114 | 33 | 16 | 501 | 106 | 65 |
| Binary | 11011011 | 110101 | 10100000 | 0 | 1001100 | 11011 | 1110 | 101000001 | 1000110 | 110101 |
Color Harmonies of #DB35A0
Complementary color
Monochromatic Colors of #DB35A0
Black with #DB35A0
Text Example
Text Example
White with #DB35A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35A0; }
p { color: rgb(219,53,160); }
H1.HeaderClassName
{
color: #DB35A0;
}
.AnyTagClassName
{
color: #DB35A0;
}
</style>
background-color css
<style>
a { background-color: #DB35A0; }
a { background-color: rgb(219,53,160); }
div.DivClassName
{
background-color: #DB35A0;
}
.BgClassName
{
background-color: #DB35A0;
}
</style>
border-color css
<style>
span { border-color: #DB35A0; }
span { border-color: rgb(219,53,160); }
td.TdClassName
{
border-color: #DB35A0;
}
.TagClassName
{
border-color: #DB35A0;
}
</style>