Shades of Deep Cerise #DB2283
Tints of Deep Cerise #DB2283
RGB
CMYK
RGB Variations
Color information
#DB2283 (or 0xDB2283) is known color: Deep Cerise. HEX triplet: DB, 22 and 83. RGB value is (219,34,131). Sum of RGB (Red+Green+Blue) = 219+34+131=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2283 is #24DD7C. Grayscale: #646464. Windows color (decimal): -2415997 or 8594139. OLE color: 8594139.
HSL color Cylindrical-coordinate representation of color #DB2283: hue angle of 328.54º 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 #DB2283 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 131 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.14 |
| HSL | 328.54º | 0.73% | 0.5% | - |
| HSV(B) | 328.54º | 0.84% | 0.86% | - |
| XYZ | 33.88 | 17.84 | 23.13 | - |
| YUV | 100.37 | 145.29 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 131 | 0 | 0.84 | 0.40 | 0.14 | 328.54 | 0.73 | 0.5 |
| Hex | DB | 22 | 83 | 0 | 54 | 28 | E | 149 | 49 | 32 |
| Octal | 333 | 42 | 203 | 0 | 124 | 50 | 16 | 511 | 111 | 62 |
| Binary | 11011011 | 100010 | 10000011 | 0 | 1010100 | 101000 | 1110 | 101001001 | 1001001 | 110010 |
Color Harmonies of #DB2283
Complementary color
Monochromatic Colors of #DB2283
Black with #DB2283
Text Example
Text Example
White with #DB2283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2283; }
p { color: rgb(219,34,131); }
H1.HeaderClassName
{
color: #DB2283;
}
.AnyTagClassName
{
color: #DB2283;
}
</style>
background-color css
<style>
a { background-color: #DB2283; }
a { background-color: rgb(219,34,131); }
div.DivClassName
{
background-color: #DB2283;
}
.BgClassName
{
background-color: #DB2283;
}
</style>
border-color css
<style>
span { border-color: #DB2283; }
span { border-color: rgb(219,34,131); }
td.TdClassName
{
border-color: #DB2283;
}
.TagClassName
{
border-color: #DB2283;
}
</style>