Shades of Deep Cerise #DB38AB
Tints of Deep Cerise #DB38AB
RGB
CMYK
RGB Variations
Color information
#DB38AB (or 0xDB38AB) is known color: Deep Cerise. HEX triplet: DB, 38 and AB. RGB value is (219,56,171). Sum of RGB (Red+Green+Blue) = 219+56+171=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38AB is #24C754. Grayscale: #757575. Windows color (decimal): -2410325 or 11221211. OLE color: 11221211.
HSL color Cylindrical-coordinate representation of color #DB38AB: hue angle of 317.67º 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 #DB38AB is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 171 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.14 |
| HSL | 317.67º | 0.69% | 0.54% | - |
| HSV(B) | 317.67º | 0.74% | 0.86% | - |
| XYZ | 37.98 | 20.83 | 40.55 | - |
| YUV | 117.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 171 | 0 | 0.74 | 0.22 | 0.14 | 317.67 | 0.69 | 0.54 |
| Hex | DB | 38 | AB | 0 | 4A | 16 | E | 13E | 45 | 36 |
| Octal | 333 | 70 | 253 | 0 | 112 | 26 | 16 | 476 | 105 | 66 |
| Binary | 11011011 | 111000 | 10101011 | 0 | 1001010 | 10110 | 1110 | 100111110 | 1000101 | 110110 |
Color Harmonies of #DB38AB
Complementary color
Monochromatic Colors of #DB38AB
Black with #DB38AB
Text Example
Text Example
White with #DB38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38AB; }
p { color: rgb(219,56,171); }
H1.HeaderClassName
{
color: #DB38AB;
}
.AnyTagClassName
{
color: #DB38AB;
}
</style>
background-color css
<style>
a { background-color: #DB38AB; }
a { background-color: rgb(219,56,171); }
div.DivClassName
{
background-color: #DB38AB;
}
.BgClassName
{
background-color: #DB38AB;
}
</style>
border-color css
<style>
span { border-color: #DB38AB; }
span { border-color: rgb(219,56,171); }
td.TdClassName
{
border-color: #DB38AB;
}
.TagClassName
{
border-color: #DB38AB;
}
</style>