Shades of Deep Cerise #DB31A1
Tints of Deep Cerise #DB31A1
RGB
CMYK
RGB Variations
Color information
#DB31A1 (or 0xDB31A1) is known color: Deep Cerise. HEX triplet: DB, 31 and A1. RGB value is (219,49,161). Sum of RGB (Red+Green+Blue) = 219+49+161=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB31A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB31A1 is #24CE5E. Grayscale: #707070. Windows color (decimal): -2412127 or 10564059. OLE color: 10564059.
HSL color Cylindrical-coordinate representation of color #DB31A1: hue angle of 320.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB31A1 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 161 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.14 |
| HSL | 320.47º | 0.7% | 0.53% | - |
| HSV(B) | 320.47º | 0.78% | 0.86% | - |
| XYZ | 36.74 | 19.83 | 35.61 | - |
| YUV | 112.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 161 | 0 | 0.78 | 0.26 | 0.14 | 320.47 | 0.7 | 0.53 |
| Hex | DB | 31 | A1 | 0 | 4E | 1A | E | 140 | 46 | 35 |
| Octal | 333 | 61 | 241 | 0 | 116 | 32 | 16 | 500 | 106 | 65 |
| Binary | 11011011 | 110001 | 10100001 | 0 | 1001110 | 11010 | 1110 | 101000000 | 1000110 | 110101 |
Color Harmonies of #DB31A1
Complementary color
Monochromatic Colors of #DB31A1
Black with #DB31A1
Text Example
Text Example
White with #DB31A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB31A1; }
p { color: rgb(219,49,161); }
H1.HeaderClassName
{
color: #DB31A1;
}
.AnyTagClassName
{
color: #DB31A1;
}
</style>
background-color css
<style>
a { background-color: #DB31A1; }
a { background-color: rgb(219,49,161); }
div.DivClassName
{
background-color: #DB31A1;
}
.BgClassName
{
background-color: #DB31A1;
}
</style>
border-color css
<style>
span { border-color: #DB31A1; }
span { border-color: rgb(219,49,161); }
td.TdClassName
{
border-color: #DB31A1;
}
.TagClassName
{
border-color: #DB31A1;
}
</style>