Shades of Deep Cerise #DB34A1
Tints of Deep Cerise #DB34A1
RGB
CMYK
RGB Variations
Color information
#DB34A1 (or 0xDB34A1) is known color: Deep Cerise. HEX triplet: DB, 34 and A1. RGB value is (219,52,161). Sum of RGB (Red+Green+Blue) = 219+52+161=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB34A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB34A1 is #24CB5E. Grayscale: #727272. Windows color (decimal): -2411359 or 10564827. OLE color: 10564827.
HSL color Cylindrical-coordinate representation of color #DB34A1: hue angle of 320.84º 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 #DB34A1 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 161 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.14 |
| HSL | 320.84º | 0.7% | 0.53% | - |
| HSV(B) | 320.84º | 0.76% | 0.86% | - |
| XYZ | 36.87 | 20.09 | 35.65 | - |
| YUV | 114.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 161 | 0 | 0.76 | 0.26 | 0.14 | 320.84 | 0.7 | 0.53 |
| Hex | DB | 34 | A1 | 0 | 4C | 1A | E | 141 | 46 | 35 |
| Octal | 333 | 64 | 241 | 0 | 114 | 32 | 16 | 501 | 106 | 65 |
| Binary | 11011011 | 110100 | 10100001 | 0 | 1001100 | 11010 | 1110 | 101000001 | 1000110 | 110101 |
Color Harmonies of #DB34A1
Complementary color
Monochromatic Colors of #DB34A1
Black with #DB34A1
Text Example
Text Example
White with #DB34A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB34A1; }
p { color: rgb(219,52,161); }
H1.HeaderClassName
{
color: #DB34A1;
}
.AnyTagClassName
{
color: #DB34A1;
}
</style>
background-color css
<style>
a { background-color: #DB34A1; }
a { background-color: rgb(219,52,161); }
div.DivClassName
{
background-color: #DB34A1;
}
.BgClassName
{
background-color: #DB34A1;
}
</style>
border-color css
<style>
span { border-color: #DB34A1; }
span { border-color: rgb(219,52,161); }
td.TdClassName
{
border-color: #DB34A1;
}
.TagClassName
{
border-color: #DB34A1;
}
</style>