Shades of Deep Cerise #DB39A4
Tints of Deep Cerise #DB39A4
RGB
CMYK
RGB Variations
Color information
#DB39A4 (or 0xDB39A4) is known color: Deep Cerise. HEX triplet: DB, 39 and A4. RGB value is (219,57,164). Sum of RGB (Red+Green+Blue) = 219+57+164=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB39A4 is #24C65B. Grayscale: #757575. Windows color (decimal): -2410076 or 10762715. OLE color: 10762715.
HSL color Cylindrical-coordinate representation of color #DB39A4: hue angle of 320.37º 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 #DB39A4 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 164 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.14 |
| HSL | 320.37º | 0.69% | 0.54% | - |
| HSV(B) | 320.37º | 0.74% | 0.86% | - |
| XYZ | 37.38 | 20.67 | 37.14 | - |
| YUV | 117.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 164 | 0 | 0.74 | 0.25 | 0.14 | 320.37 | 0.69 | 0.54 |
| Hex | DB | 39 | A4 | 0 | 4A | 19 | E | 140 | 45 | 36 |
| Octal | 333 | 71 | 244 | 0 | 112 | 31 | 16 | 500 | 105 | 66 |
| Binary | 11011011 | 111001 | 10100100 | 0 | 1001010 | 11001 | 1110 | 101000000 | 1000101 | 110110 |
Color Harmonies of #DB39A4
Complementary color
Monochromatic Colors of #DB39A4
Black with #DB39A4
Text Example
Text Example
White with #DB39A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39A4; }
p { color: rgb(219,57,164); }
H1.HeaderClassName
{
color: #DB39A4;
}
.AnyTagClassName
{
color: #DB39A4;
}
</style>
background-color css
<style>
a { background-color: #DB39A4; }
a { background-color: rgb(219,57,164); }
div.DivClassName
{
background-color: #DB39A4;
}
.BgClassName
{
background-color: #DB39A4;
}
</style>
border-color css
<style>
span { border-color: #DB39A4; }
span { border-color: rgb(219,57,164); }
td.TdClassName
{
border-color: #DB39A4;
}
.TagClassName
{
border-color: #DB39A4;
}
</style>