Shades of Deep Cerise #DB2898
Tints of Deep Cerise #DB2898
RGB
CMYK
RGB Variations
Color information
#DB2898 (or 0xDB2898) is known color: Deep Cerise. HEX triplet: DB, 28 and 98. RGB value is (219,40,152). Sum of RGB (Red+Green+Blue) = 219+40+152=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2898 is #24D767. Grayscale: #6A6A6A. Windows color (decimal): -2414440 or 9971931. OLE color: 9971931.
HSL color Cylindrical-coordinate representation of color #DB2898: hue angle of 322.46º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2898 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 152 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.14 |
| HSL | 322.46º | 0.71% | 0.51% | - |
| HSV(B) | 322.46º | 0.82% | 0.86% | - |
| XYZ | 35.64 | 18.84 | 31.46 | - |
| YUV | 106.29 | 153.8 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 152 | 0 | 0.82 | 0.31 | 0.14 | 322.46 | 0.71 | 0.51 |
| Hex | DB | 28 | 98 | 0 | 52 | 1F | E | 142 | 47 | 33 |
| Octal | 333 | 50 | 230 | 0 | 122 | 37 | 16 | 502 | 107 | 63 |
| Binary | 11011011 | 101000 | 10011000 | 0 | 1010010 | 11111 | 1110 | 101000010 | 1000111 | 110011 |
Color Harmonies of #DB2898
Complementary color
Monochromatic Colors of #DB2898
Black with #DB2898
Text Example
Text Example
White with #DB2898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2898; }
p { color: rgb(219,40,152); }
H1.HeaderClassName
{
color: #DB2898;
}
.AnyTagClassName
{
color: #DB2898;
}
</style>
background-color css
<style>
a { background-color: #DB2898; }
a { background-color: rgb(219,40,152); }
div.DivClassName
{
background-color: #DB2898;
}
.BgClassName
{
background-color: #DB2898;
}
</style>
border-color css
<style>
span { border-color: #DB2898; }
span { border-color: rgb(219,40,152); }
td.TdClassName
{
border-color: #DB2898;
}
.TagClassName
{
border-color: #DB2898;
}
</style>