Shades of Deep Cerise #DB2285
Tints of Deep Cerise #DB2285
RGB
CMYK
RGB Variations
Color information
#DB2285 (or 0xDB2285) is known color: Deep Cerise. HEX triplet: DB, 22 and 85. RGB value is (219,34,133). Sum of RGB (Red+Green+Blue) = 219+34+133=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2285 is #24DD7A. Grayscale: #646464. Windows color (decimal): -2415995 or 8725211. OLE color: 8725211.
HSL color Cylindrical-coordinate representation of color #DB2285: hue angle of 327.89º 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 #DB2285 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 133 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.14 |
| HSL | 327.89º | 0.73% | 0.5% | - |
| HSV(B) | 327.89º | 0.84% | 0.86% | - |
| XYZ | 34.02 | 17.9 | 23.85 | - |
| YUV | 100.6 | 146.29 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 133 | 0 | 0.84 | 0.39 | 0.14 | 327.89 | 0.73 | 0.5 |
| Hex | DB | 22 | 85 | 0 | 54 | 27 | E | 148 | 49 | 32 |
| Octal | 333 | 42 | 205 | 0 | 124 | 47 | 16 | 510 | 111 | 62 |
| Binary | 11011011 | 100010 | 10000101 | 0 | 1010100 | 100111 | 1110 | 101001000 | 1001001 | 110010 |
Color Harmonies of #DB2285
Complementary color
Monochromatic Colors of #DB2285
Black with #DB2285
Text Example
Text Example
White with #DB2285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2285; }
p { color: rgb(219,34,133); }
H1.HeaderClassName
{
color: #DB2285;
}
.AnyTagClassName
{
color: #DB2285;
}
</style>
background-color css
<style>
a { background-color: #DB2285; }
a { background-color: rgb(219,34,133); }
div.DivClassName
{
background-color: #DB2285;
}
.BgClassName
{
background-color: #DB2285;
}
</style>
border-color css
<style>
span { border-color: #DB2285; }
span { border-color: rgb(219,34,133); }
td.TdClassName
{
border-color: #DB2285;
}
.TagClassName
{
border-color: #DB2285;
}
</style>