Shades of Deep Cerise #DB329E
Tints of Deep Cerise #DB329E
RGB
CMYK
RGB Variations
Color information
#DB329E (or 0xDB329E) is known color: Deep Cerise. HEX triplet: DB, 32 and 9E. RGB value is (219,50,158). Sum of RGB (Red+Green+Blue) = 219+50+158=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB329E is #24CD61. Grayscale: #707070. Windows color (decimal): -2411874 or 10367707. OLE color: 10367707.
HSL color Cylindrical-coordinate representation of color #DB329E: hue angle of 321.66º 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 #DB329E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 158 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.14 |
| HSL | 321.66º | 0.7% | 0.53% | - |
| HSV(B) | 321.66º | 0.77% | 0.86% | - |
| XYZ | 36.53 | 19.81 | 34.25 | - |
| YUV | 112.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 158 | 0 | 0.77 | 0.28 | 0.14 | 321.66 | 0.7 | 0.53 |
| Hex | DB | 32 | 9E | 0 | 4D | 1C | E | 142 | 46 | 35 |
| Octal | 333 | 62 | 236 | 0 | 115 | 34 | 16 | 502 | 106 | 65 |
| Binary | 11011011 | 110010 | 10011110 | 0 | 1001101 | 11100 | 1110 | 101000010 | 1000110 | 110101 |
Color Harmonies of #DB329E
Complementary color
Monochromatic Colors of #DB329E
Black with #DB329E
Text Example
Text Example
White with #DB329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB329E; }
p { color: rgb(219,50,158); }
H1.HeaderClassName
{
color: #DB329E;
}
.AnyTagClassName
{
color: #DB329E;
}
</style>
background-color css
<style>
a { background-color: #DB329E; }
a { background-color: rgb(219,50,158); }
div.DivClassName
{
background-color: #DB329E;
}
.BgClassName
{
background-color: #DB329E;
}
</style>
border-color css
<style>
span { border-color: #DB329E; }
span { border-color: rgb(219,50,158); }
td.TdClassName
{
border-color: #DB329E;
}
.TagClassName
{
border-color: #DB329E;
}
</style>