Shades of Deep Cerise #DB39A2
Tints of Deep Cerise #DB39A2
RGB
CMYK
RGB Variations
Color information
#DB39A2 (or 0xDB39A2) is known color: Deep Cerise. HEX triplet: DB, 39 and A2. RGB value is (219,57,162). Sum of RGB (Red+Green+Blue) = 219+57+162=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB39A2 is #24C65D. Grayscale: #757575. Windows color (decimal): -2410078 or 10631643. OLE color: 10631643.
HSL color Cylindrical-coordinate representation of color #DB39A2: hue angle of 321.11º 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 #DB39A2 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 162 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.14 |
| HSL | 321.11º | 0.69% | 0.54% | - |
| HSV(B) | 321.11º | 0.74% | 0.86% | - |
| XYZ | 37.2 | 20.59 | 36.2 | - |
| YUV | 117.41 | 153.17 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 162 | 0 | 0.74 | 0.26 | 0.14 | 321.11 | 0.69 | 0.54 |
| Hex | DB | 39 | A2 | 0 | 4A | 1A | E | 141 | 45 | 36 |
| Octal | 333 | 71 | 242 | 0 | 112 | 32 | 16 | 501 | 105 | 66 |
| Binary | 11011011 | 111001 | 10100010 | 0 | 1001010 | 11010 | 1110 | 101000001 | 1000101 | 110110 |
Color Harmonies of #DB39A2
Complementary color
Monochromatic Colors of #DB39A2
Black with #DB39A2
Text Example
Text Example
White with #DB39A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39A2; }
p { color: rgb(219,57,162); }
H1.HeaderClassName
{
color: #DB39A2;
}
.AnyTagClassName
{
color: #DB39A2;
}
</style>
background-color css
<style>
a { background-color: #DB39A2; }
a { background-color: rgb(219,57,162); }
div.DivClassName
{
background-color: #DB39A2;
}
.BgClassName
{
background-color: #DB39A2;
}
</style>
border-color css
<style>
span { border-color: #DB39A2; }
span { border-color: rgb(219,57,162); }
td.TdClassName
{
border-color: #DB39A2;
}
.TagClassName
{
border-color: #DB39A2;
}
</style>