Shades of Deep Cerise #DB329F
Tints of Deep Cerise #DB329F
RGB
CMYK
RGB Variations
Color information
#DB329F (or 0xDB329F) is known color: Deep Cerise. HEX triplet: DB, 32 and 9F. RGB value is (219,50,159). Sum of RGB (Red+Green+Blue) = 219+50+159=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB329F is #24CD60. Grayscale: #707070. Windows color (decimal): -2411873 or 10433243. OLE color: 10433243.
HSL color Cylindrical-coordinate representation of color #DB329F: hue angle of 321.3º 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 #DB329F is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 159 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.14 |
| HSL | 321.3º | 0.7% | 0.53% | - |
| HSV(B) | 321.3º | 0.77% | 0.86% | - |
| XYZ | 36.61 | 19.84 | 34.7 | - |
| YUV | 112.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 159 | 0 | 0.77 | 0.27 | 0.14 | 321.3 | 0.7 | 0.53 |
| Hex | DB | 32 | 9F | 0 | 4D | 1B | E | 141 | 46 | 35 |
| Octal | 333 | 62 | 237 | 0 | 115 | 33 | 16 | 501 | 106 | 65 |
| Binary | 11011011 | 110010 | 10011111 | 0 | 1001101 | 11011 | 1110 | 101000001 | 1000110 | 110101 |
Color Harmonies of #DB329F
Complementary color
Monochromatic Colors of #DB329F
Black with #DB329F
Text Example
Text Example
White with #DB329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB329F; }
p { color: rgb(219,50,159); }
H1.HeaderClassName
{
color: #DB329F;
}
.AnyTagClassName
{
color: #DB329F;
}
</style>
background-color css
<style>
a { background-color: #DB329F; }
a { background-color: rgb(219,50,159); }
div.DivClassName
{
background-color: #DB329F;
}
.BgClassName
{
background-color: #DB329F;
}
</style>
border-color css
<style>
span { border-color: #DB329F; }
span { border-color: rgb(219,50,159); }
td.TdClassName
{
border-color: #DB329F;
}
.TagClassName
{
border-color: #DB329F;
}
</style>