Shades of Deep Cerise #DB38A0
Tints of Deep Cerise #DB38A0
RGB
CMYK
RGB Variations
Color information
#DB38A0 (or 0xDB38A0) is known color: Deep Cerise. HEX triplet: DB, 38 and A0. RGB value is (219,56,160). Sum of RGB (Red+Green+Blue) = 219+56+160=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38A0 is #24C75F. Grayscale: #747474. Windows color (decimal): -2410336 or 10500315. OLE color: 10500315.
HSL color Cylindrical-coordinate representation of color #DB38A0: hue angle of 321.72º 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 #DB38A0 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 160 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.14 |
| HSL | 321.72º | 0.69% | 0.54% | - |
| HSV(B) | 321.72º | 0.74% | 0.86% | - |
| XYZ | 36.97 | 20.43 | 35.25 | - |
| YUV | 116.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 160 | 0 | 0.74 | 0.27 | 0.14 | 321.72 | 0.69 | 0.54 |
| Hex | DB | 38 | A0 | 0 | 4A | 1B | E | 142 | 45 | 36 |
| Octal | 333 | 70 | 240 | 0 | 112 | 33 | 16 | 502 | 105 | 66 |
| Binary | 11011011 | 111000 | 10100000 | 0 | 1001010 | 11011 | 1110 | 101000010 | 1000101 | 110110 |
Color Harmonies of #DB38A0
Complementary color
Monochromatic Colors of #DB38A0
Black with #DB38A0
Text Example
Text Example
White with #DB38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38A0; }
p { color: rgb(219,56,160); }
H1.HeaderClassName
{
color: #DB38A0;
}
.AnyTagClassName
{
color: #DB38A0;
}
</style>
background-color css
<style>
a { background-color: #DB38A0; }
a { background-color: rgb(219,56,160); }
div.DivClassName
{
background-color: #DB38A0;
}
.BgClassName
{
background-color: #DB38A0;
}
</style>
border-color css
<style>
span { border-color: #DB38A0; }
span { border-color: rgb(219,56,160); }
td.TdClassName
{
border-color: #DB38A0;
}
.TagClassName
{
border-color: #DB38A0;
}
</style>