Shades of Deep Cerise #DB2281
Tints of Deep Cerise #DB2281
RGB
CMYK
RGB Variations
Color information
#DB2281 (or 0xDB2281) is known color: Deep Cerise. HEX triplet: DB, 22 and 81. RGB value is (219,34,129). Sum of RGB (Red+Green+Blue) = 219+34+129=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2281 is #24DD7E. Grayscale: #636363. Windows color (decimal): -2415999 or 8463067. OLE color: 8463067.
HSL color Cylindrical-coordinate representation of color #DB2281: hue angle of 329.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2281 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 129 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.14 |
| HSL | 329.19º | 0.73% | 0.5% | - |
| HSV(B) | 329.19º | 0.84% | 0.86% | - |
| XYZ | 33.75 | 17.79 | 22.42 | - |
| YUV | 100.15 | 144.29 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 129 | 0 | 0.84 | 0.41 | 0.14 | 329.19 | 0.73 | 0.5 |
| Hex | DB | 22 | 81 | 0 | 54 | 29 | E | 149 | 49 | 32 |
| Octal | 333 | 42 | 201 | 0 | 124 | 51 | 16 | 511 | 111 | 62 |
| Binary | 11011011 | 100010 | 10000001 | 0 | 1010100 | 101001 | 1110 | 101001001 | 1001001 | 110010 |
Color Harmonies of #DB2281
Complementary color
Monochromatic Colors of #DB2281
Black with #DB2281
Text Example
Text Example
White with #DB2281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2281; }
p { color: rgb(219,34,129); }
H1.HeaderClassName
{
color: #DB2281;
}
.AnyTagClassName
{
color: #DB2281;
}
</style>
background-color css
<style>
a { background-color: #DB2281; }
a { background-color: rgb(219,34,129); }
div.DivClassName
{
background-color: #DB2281;
}
.BgClassName
{
background-color: #DB2281;
}
</style>
border-color css
<style>
span { border-color: #DB2281; }
span { border-color: rgb(219,34,129); }
td.TdClassName
{
border-color: #DB2281;
}
.TagClassName
{
border-color: #DB2281;
}
</style>