Shades of Deep Cerise #DB35AB
Tints of Deep Cerise #DB35AB
RGB
CMYK
RGB Variations
Color information
#DB35AB (or 0xDB35AB) is known color: Deep Cerise. HEX triplet: DB, 35 and AB. RGB value is (219,53,171). Sum of RGB (Red+Green+Blue) = 219+53+171=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB35AB is #24CA54. Grayscale: #737373. Windows color (decimal): -2411093 or 11220443. OLE color: 11220443.
HSL color Cylindrical-coordinate representation of color #DB35AB: hue angle of 317.35º 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 #DB35AB is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 171 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.14 |
| HSL | 317.35º | 0.7% | 0.53% | - |
| HSV(B) | 317.35º | 0.76% | 0.86% | - |
| XYZ | 37.84 | 20.55 | 40.5 | - |
| YUV | 116.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 171 | 0 | 0.76 | 0.22 | 0.14 | 317.35 | 0.7 | 0.53 |
| Hex | DB | 35 | AB | 0 | 4C | 16 | E | 13D | 46 | 35 |
| Octal | 333 | 65 | 253 | 0 | 114 | 26 | 16 | 475 | 106 | 65 |
| Binary | 11011011 | 110101 | 10101011 | 0 | 1001100 | 10110 | 1110 | 100111101 | 1000110 | 110101 |
Color Harmonies of #DB35AB
Complementary color
Monochromatic Colors of #DB35AB
Black with #DB35AB
Text Example
Text Example
White with #DB35AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB35AB; }
p { color: rgb(219,53,171); }
H1.HeaderClassName
{
color: #DB35AB;
}
.AnyTagClassName
{
color: #DB35AB;
}
</style>
background-color css
<style>
a { background-color: #DB35AB; }
a { background-color: rgb(219,53,171); }
div.DivClassName
{
background-color: #DB35AB;
}
.BgClassName
{
background-color: #DB35AB;
}
</style>
border-color css
<style>
span { border-color: #DB35AB; }
span { border-color: rgb(219,53,171); }
td.TdClassName
{
border-color: #DB35AB;
}
.TagClassName
{
border-color: #DB35AB;
}
</style>