Shades of Deep Cerise #DB288E
Tints of Deep Cerise #DB288E
RGB
CMYK
RGB Variations
Color information
#DB288E (or 0xDB288E) is known color: Deep Cerise. HEX triplet: DB, 28 and 8E. RGB value is (219,40,142). Sum of RGB (Red+Green+Blue) = 219+40+142=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB288E is #24D771. Grayscale: #686868. Windows color (decimal): -2414450 or 9316571. OLE color: 9316571.
HSL color Cylindrical-coordinate representation of color #DB288E: hue angle of 325.81º 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 #DB288E is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 142 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.14 |
| HSL | 325.81º | 0.71% | 0.51% | - |
| HSV(B) | 325.81º | 0.82% | 0.86% | - |
| XYZ | 34.85 | 18.53 | 27.33 | - |
| YUV | 105.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 142 | 0 | 0.82 | 0.35 | 0.14 | 325.81 | 0.71 | 0.51 |
| Hex | DB | 28 | 8E | 0 | 52 | 23 | E | 146 | 47 | 33 |
| Octal | 333 | 50 | 216 | 0 | 122 | 43 | 16 | 506 | 107 | 63 |
| Binary | 11011011 | 101000 | 10001110 | 0 | 1010010 | 100011 | 1110 | 101000110 | 1000111 | 110011 |
Color Harmonies of #DB288E
Complementary color
Monochromatic Colors of #DB288E
Black with #DB288E
Text Example
Text Example
White with #DB288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB288E; }
p { color: rgb(219,40,142); }
H1.HeaderClassName
{
color: #DB288E;
}
.AnyTagClassName
{
color: #DB288E;
}
</style>
background-color css
<style>
a { background-color: #DB288E; }
a { background-color: rgb(219,40,142); }
div.DivClassName
{
background-color: #DB288E;
}
.BgClassName
{
background-color: #DB288E;
}
</style>
border-color css
<style>
span { border-color: #DB288E; }
span { border-color: rgb(219,40,142); }
td.TdClassName
{
border-color: #DB288E;
}
.TagClassName
{
border-color: #DB288E;
}
</style>