Shades of Deep Cerise #DB298B
Tints of Deep Cerise #DB298B
RGB
CMYK
RGB Variations
Color information
#DB298B (or 0xDB298B) is known color: Deep Cerise. HEX triplet: DB, 29 and 8B. RGB value is (219,41,139). Sum of RGB (Red+Green+Blue) = 219+41+139=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB298B is #24D674. Grayscale: #696969. Windows color (decimal): -2414197 or 9120219. OLE color: 9120219.
HSL color Cylindrical-coordinate representation of color #DB298B: hue angle of 326.97º 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 #DB298B is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 139 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.14 |
| HSL | 326.97º | 0.71% | 0.51% | - |
| HSV(B) | 326.97º | 0.81% | 0.86% | - |
| XYZ | 34.67 | 18.51 | 26.17 | - |
| YUV | 105.39 | 146.97 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 139 | 0 | 0.81 | 0.37 | 0.14 | 326.97 | 0.71 | 0.51 |
| Hex | DB | 29 | 8B | 0 | 51 | 25 | E | 147 | 47 | 33 |
| Octal | 333 | 51 | 213 | 0 | 121 | 45 | 16 | 507 | 107 | 63 |
| Binary | 11011011 | 101001 | 10001011 | 0 | 1010001 | 100101 | 1110 | 101000111 | 1000111 | 110011 |
Color Harmonies of #DB298B
Complementary color
Monochromatic Colors of #DB298B
Black with #DB298B
Text Example
Text Example
White with #DB298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB298B; }
p { color: rgb(219,41,139); }
H1.HeaderClassName
{
color: #DB298B;
}
.AnyTagClassName
{
color: #DB298B;
}
</style>
background-color css
<style>
a { background-color: #DB298B; }
a { background-color: rgb(219,41,139); }
div.DivClassName
{
background-color: #DB298B;
}
.BgClassName
{
background-color: #DB298B;
}
</style>
border-color css
<style>
span { border-color: #DB298B; }
span { border-color: rgb(219,41,139); }
td.TdClassName
{
border-color: #DB298B;
}
.TagClassName
{
border-color: #DB298B;
}
</style>