Shades of Deep Cerise #DB39A9
Tints of Deep Cerise #DB39A9
RGB
CMYK
RGB Variations
Color information
#DB39A9 (or 0xDB39A9) is known color: Deep Cerise. HEX triplet: DB, 39 and A9. RGB value is (219,57,169). Sum of RGB (Red+Green+Blue) = 219+57+169=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB39A9 is #24C656. Grayscale: #757575. Windows color (decimal): -2410071 or 11090395. OLE color: 11090395.
HSL color Cylindrical-coordinate representation of color #DB39A9: hue angle of 318.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB39A9 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 169 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.14 |
| HSL | 318.52º | 0.69% | 0.54% | - |
| HSV(B) | 318.52º | 0.74% | 0.86% | - |
| XYZ | 37.84 | 20.85 | 39.57 | - |
| YUV | 118.21 | 156.67 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 169 | 0 | 0.74 | 0.23 | 0.14 | 318.52 | 0.69 | 0.54 |
| Hex | DB | 39 | A9 | 0 | 4A | 17 | E | 13F | 45 | 36 |
| Octal | 333 | 71 | 251 | 0 | 112 | 27 | 16 | 477 | 105 | 66 |
| Binary | 11011011 | 111001 | 10101001 | 0 | 1001010 | 10111 | 1110 | 100111111 | 1000101 | 110110 |
Color Harmonies of #DB39A9
Complementary color
Monochromatic Colors of #DB39A9
Black with #DB39A9
Text Example
Text Example
White with #DB39A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39A9; }
p { color: rgb(219,57,169); }
H1.HeaderClassName
{
color: #DB39A9;
}
.AnyTagClassName
{
color: #DB39A9;
}
</style>
background-color css
<style>
a { background-color: #DB39A9; }
a { background-color: rgb(219,57,169); }
div.DivClassName
{
background-color: #DB39A9;
}
.BgClassName
{
background-color: #DB39A9;
}
</style>
border-color css
<style>
span { border-color: #DB39A9; }
span { border-color: rgb(219,57,169); }
td.TdClassName
{
border-color: #DB39A9;
}
.TagClassName
{
border-color: #DB39A9;
}
</style>