Shades of Deep Cerise #DB39AC
Tints of Deep Cerise #DB39AC
RGB
CMYK
RGB Variations
Color information
#DB39AC (or 0xDB39AC) is known color: Deep Cerise. HEX triplet: DB, 39 and AC. RGB value is (219,57,172). Sum of RGB (Red+Green+Blue) = 219+57+172=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB39AC is #24C653. Grayscale: #767676. Windows color (decimal): -2410068 or 11287003. OLE color: 11287003.
HSL color Cylindrical-coordinate representation of color #DB39AC: hue angle of 317.41º 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 #DB39AC is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 57 | 172 | - |
CMYK | 0 | 0.74 | 0.21 | 0.14 |
HSL | 317.41º | 0.69% | 0.54% | - |
HSV(B) | 317.41º | 0.74% | 0.86% | - |
XYZ | 38.12 | 20.96 | 41.07 | - |
YUV | 118.55 | 158.17 | 199.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 57 | 172 | 0 | 0.74 | 0.21 | 0.14 | 317.41 | 0.69 | 0.54 |
Hex | DB | 39 | AC | 0 | 4A | 15 | E | 13D | 45 | 36 |
Octal | 333 | 71 | 254 | 0 | 112 | 25 | 16 | 475 | 105 | 66 |
Binary | 11011011 | 111001 | 10101100 | 0 | 1001010 | 10101 | 1110 | 100111101 | 1000101 | 110110 |
Color Harmonies of #DB39AC
Complementary color
Monochromatic Colors of #DB39AC
Black with #DB39AC
Text Example
Text Example
White with #DB39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39AC; }
p { color: rgb(219,57,172); }
H1.HeaderClassName
{
color: #DB39AC;
}
.AnyTagClassName
{
color: #DB39AC;
}
</style>
background-color css
<style>
a { background-color: #DB39AC; }
a { background-color: rgb(219,57,172); }
div.DivClassName
{
background-color: #DB39AC;
}
.BgClassName
{
background-color: #DB39AC;
}
</style>
border-color css
<style>
span { border-color: #DB39AC; }
span { border-color: rgb(219,57,172); }
td.TdClassName
{
border-color: #DB39AC;
}
.TagClassName
{
border-color: #DB39AC;
}
</style>