Shades of Deep Cerise #DB32AA
Tints of Deep Cerise #DB32AA
RGB
CMYK
RGB Variations
Color information
#DB32AA (or 0xDB32AA) is known color: Deep Cerise. HEX triplet: DB, 32 and AA. RGB value is (219,50,170). Sum of RGB (Red+Green+Blue) = 219+50+170=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32AA is #24CD55. Grayscale: #717171. Windows color (decimal): -2411862 or 11154139. OLE color: 11154139.
HSL color Cylindrical-coordinate representation of color #DB32AA: hue angle of 317.4º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB32AA is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 170 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.14 |
| HSL | 317.4º | 0.7% | 0.53% | - |
| HSV(B) | 317.4º | 0.77% | 0.86% | - |
| XYZ | 37.61 | 20.24 | 39.96 | - |
| YUV | 114.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 170 | 0 | 0.77 | 0.22 | 0.14 | 317.4 | 0.7 | 0.53 |
| Hex | DB | 32 | AA | 0 | 4D | 16 | E | 13D | 46 | 35 |
| Octal | 333 | 62 | 252 | 0 | 115 | 26 | 16 | 475 | 106 | 65 |
| Binary | 11011011 | 110010 | 10101010 | 0 | 1001101 | 10110 | 1110 | 100111101 | 1000110 | 110101 |
Color Harmonies of #DB32AA
Complementary color
Monochromatic Colors of #DB32AA
Black with #DB32AA
Text Example
Text Example
White with #DB32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32AA; }
p { color: rgb(219,50,170); }
H1.HeaderClassName
{
color: #DB32AA;
}
.AnyTagClassName
{
color: #DB32AA;
}
</style>
background-color css
<style>
a { background-color: #DB32AA; }
a { background-color: rgb(219,50,170); }
div.DivClassName
{
background-color: #DB32AA;
}
.BgClassName
{
background-color: #DB32AA;
}
</style>
border-color css
<style>
span { border-color: #DB32AA; }
span { border-color: rgb(219,50,170); }
td.TdClassName
{
border-color: #DB32AA;
}
.TagClassName
{
border-color: #DB32AA;
}
</style>