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