Shades of Deep Cerise #DB38AC
Tints of Deep Cerise #DB38AC
RGB
CMYK
RGB Variations
Color information
#DB38AC (or 0xDB38AC) is known color: Deep Cerise. HEX triplet: DB, 38 and AC. RGB value is (219,56,172). Sum of RGB (Red+Green+Blue) = 219+56+172=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38AC is #24C753. Grayscale: #757575. Windows color (decimal): -2410324 or 11286747. OLE color: 11286747.
HSL color Cylindrical-coordinate representation of color #DB38AC: hue angle of 317.3º 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 #DB38AC is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 172 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.14 |
| HSL | 317.3º | 0.69% | 0.54% | - |
| HSV(B) | 317.3º | 0.74% | 0.86% | - |
| XYZ | 38.07 | 20.87 | 41.05 | - |
| YUV | 117.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 172 | 0 | 0.74 | 0.21 | 0.14 | 317.3 | 0.69 | 0.54 |
| Hex | DB | 38 | AC | 0 | 4A | 15 | E | 13D | 45 | 36 |
| Octal | 333 | 70 | 254 | 0 | 112 | 25 | 16 | 475 | 105 | 66 |
| Binary | 11011011 | 111000 | 10101100 | 0 | 1001010 | 10101 | 1110 | 100111101 | 1000101 | 110110 |
Color Harmonies of #DB38AC
Complementary color
Monochromatic Colors of #DB38AC
Black with #DB38AC
Text Example
Text Example
White with #DB38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38AC; }
p { color: rgb(219,56,172); }
H1.HeaderClassName
{
color: #DB38AC;
}
.AnyTagClassName
{
color: #DB38AC;
}
</style>
background-color css
<style>
a { background-color: #DB38AC; }
a { background-color: rgb(219,56,172); }
div.DivClassName
{
background-color: #DB38AC;
}
.BgClassName
{
background-color: #DB38AC;
}
</style>
border-color css
<style>
span { border-color: #DB38AC; }
span { border-color: rgb(219,56,172); }
td.TdClassName
{
border-color: #DB38AC;
}
.TagClassName
{
border-color: #DB38AC;
}
</style>