Shades of Deep Cerise #DB32A4
Tints of Deep Cerise #DB32A4
RGB
CMYK
RGB Variations
Color information
#DB32A4 (or 0xDB32A4) is known color: Deep Cerise. HEX triplet: DB, 32 and A4. RGB value is (219,50,164). Sum of RGB (Red+Green+Blue) = 219+50+164=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32A4 is #24CD5B. Grayscale: #717171. Windows color (decimal): -2411868 or 10760923. OLE color: 10760923.
HSL color Cylindrical-coordinate representation of color #DB32A4: hue angle of 319.53º 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 #DB32A4 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 164 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.14 |
| HSL | 319.53º | 0.7% | 0.53% | - |
| HSV(B) | 319.53º | 0.77% | 0.86% | - |
| XYZ | 37.05 | 20.02 | 37.03 | - |
| YUV | 113.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 164 | 0 | 0.77 | 0.25 | 0.14 | 319.53 | 0.7 | 0.53 |
| Hex | DB | 32 | A4 | 0 | 4D | 19 | E | 140 | 46 | 35 |
| Octal | 333 | 62 | 244 | 0 | 115 | 31 | 16 | 500 | 106 | 65 |
| Binary | 11011011 | 110010 | 10100100 | 0 | 1001101 | 11001 | 1110 | 101000000 | 1000110 | 110101 |
Color Harmonies of #DB32A4
Complementary color
Monochromatic Colors of #DB32A4
Black with #DB32A4
Text Example
Text Example
White with #DB32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB32A4; }
p { color: rgb(219,50,164); }
H1.HeaderClassName
{
color: #DB32A4;
}
.AnyTagClassName
{
color: #DB32A4;
}
</style>
background-color css
<style>
a { background-color: #DB32A4; }
a { background-color: rgb(219,50,164); }
div.DivClassName
{
background-color: #DB32A4;
}
.BgClassName
{
background-color: #DB32A4;
}
</style>
border-color css
<style>
span { border-color: #DB32A4; }
span { border-color: rgb(219,50,164); }
td.TdClassName
{
border-color: #DB32A4;
}
.TagClassName
{
border-color: #DB32A4;
}
</style>