Shades of Deep Cerise #DB298E
Tints of Deep Cerise #DB298E
RGB
CMYK
RGB Variations
Color information
#DB298E (or 0xDB298E) is known color: Deep Cerise. HEX triplet: DB, 29 and 8E. RGB value is (219,41,142). Sum of RGB (Red+Green+Blue) = 219+41+142=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB298E is #24D671. Grayscale: #696969. Windows color (decimal): -2414194 or 9316827. OLE color: 9316827.
HSL color Cylindrical-coordinate representation of color #DB298E: hue angle of 325.96º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB298E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 142 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.14 |
| HSL | 325.96º | 0.71% | 0.51% | - |
| HSV(B) | 325.96º | 0.81% | 0.86% | - |
| XYZ | 34.89 | 18.6 | 27.34 | - |
| YUV | 105.74 | 148.47 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 142 | 0 | 0.81 | 0.35 | 0.14 | 325.96 | 0.71 | 0.51 |
| Hex | DB | 29 | 8E | 0 | 51 | 23 | E | 146 | 47 | 33 |
| Octal | 333 | 51 | 216 | 0 | 121 | 43 | 16 | 506 | 107 | 63 |
| Binary | 11011011 | 101001 | 10001110 | 0 | 1010001 | 100011 | 1110 | 101000110 | 1000111 | 110011 |
Color Harmonies of #DB298E
Complementary color
Monochromatic Colors of #DB298E
Black with #DB298E
Text Example
Text Example
White with #DB298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB298E; }
p { color: rgb(219,41,142); }
H1.HeaderClassName
{
color: #DB298E;
}
.AnyTagClassName
{
color: #DB298E;
}
</style>
background-color css
<style>
a { background-color: #DB298E; }
a { background-color: rgb(219,41,142); }
div.DivClassName
{
background-color: #DB298E;
}
.BgClassName
{
background-color: #DB298E;
}
</style>
border-color css
<style>
span { border-color: #DB298E; }
span { border-color: rgb(219,41,142); }
td.TdClassName
{
border-color: #DB298E;
}
.TagClassName
{
border-color: #DB298E;
}
</style>