Shades of Deep Cerise #DB38A1
Tints of Deep Cerise #DB38A1
RGB
CMYK
RGB Variations
Color information
#DB38A1 (or 0xDB38A1) is known color: Deep Cerise. HEX triplet: DB, 38 and A1. RGB value is (219,56,161). Sum of RGB (Red+Green+Blue) = 219+56+161=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB38A1 is #24C75E. Grayscale: #747474. Windows color (decimal): -2410335 or 10565851. OLE color: 10565851.
HSL color Cylindrical-coordinate representation of color #DB38A1: hue angle of 321.35º 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 #DB38A1 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 161 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.14 |
| HSL | 321.35º | 0.69% | 0.54% | - |
| HSV(B) | 321.35º | 0.74% | 0.86% | - |
| XYZ | 37.06 | 20.46 | 35.71 | - |
| YUV | 116.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 161 | 0 | 0.74 | 0.26 | 0.14 | 321.35 | 0.69 | 0.54 |
| Hex | DB | 38 | A1 | 0 | 4A | 1A | E | 141 | 45 | 36 |
| Octal | 333 | 70 | 241 | 0 | 112 | 32 | 16 | 501 | 105 | 66 |
| Binary | 11011011 | 111000 | 10100001 | 0 | 1001010 | 11010 | 1110 | 101000001 | 1000101 | 110110 |
Color Harmonies of #DB38A1
Complementary color
Monochromatic Colors of #DB38A1
Black with #DB38A1
Text Example
Text Example
White with #DB38A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38A1; }
p { color: rgb(219,56,161); }
H1.HeaderClassName
{
color: #DB38A1;
}
.AnyTagClassName
{
color: #DB38A1;
}
</style>
background-color css
<style>
a { background-color: #DB38A1; }
a { background-color: rgb(219,56,161); }
div.DivClassName
{
background-color: #DB38A1;
}
.BgClassName
{
background-color: #DB38A1;
}
</style>
border-color css
<style>
span { border-color: #DB38A1; }
span { border-color: rgb(219,56,161); }
td.TdClassName
{
border-color: #DB38A1;
}
.TagClassName
{
border-color: #DB38A1;
}
</style>