Shades of Deep Cerise #DB2A98
Tints of Deep Cerise #DB2A98
RGB
CMYK
RGB Variations
Color information
#DB2A98 (or 0xDB2A98) is known color: Deep Cerise. HEX triplet: DB, 2A and 98. RGB value is (219,42,152). Sum of RGB (Red+Green+Blue) = 219+42+152=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A98 is #24D567. Grayscale: #6B6B6B. Windows color (decimal): -2413928 or 9972443. OLE color: 9972443.
HSL color Cylindrical-coordinate representation of color #DB2A98: hue angle of 322.71º 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 #DB2A98 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 152 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.14 |
| HSL | 322.71º | 0.71% | 0.51% | - |
| HSV(B) | 322.71º | 0.81% | 0.86% | - |
| XYZ | 35.71 | 18.98 | 31.49 | - |
| YUV | 107.46 | 153.14 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 152 | 0 | 0.81 | 0.31 | 0.14 | 322.71 | 0.71 | 0.51 |
| Hex | DB | 2A | 98 | 0 | 51 | 1F | E | 143 | 47 | 33 |
| Octal | 333 | 52 | 230 | 0 | 121 | 37 | 16 | 503 | 107 | 63 |
| Binary | 11011011 | 101010 | 10011000 | 0 | 1010001 | 11111 | 1110 | 101000011 | 1000111 | 110011 |
Color Harmonies of #DB2A98
Complementary color
Monochromatic Colors of #DB2A98
Black with #DB2A98
Text Example
Text Example
White with #DB2A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A98; }
p { color: rgb(219,42,152); }
H1.HeaderClassName
{
color: #DB2A98;
}
.AnyTagClassName
{
color: #DB2A98;
}
</style>
background-color css
<style>
a { background-color: #DB2A98; }
a { background-color: rgb(219,42,152); }
div.DivClassName
{
background-color: #DB2A98;
}
.BgClassName
{
background-color: #DB2A98;
}
</style>
border-color css
<style>
span { border-color: #DB2A98; }
span { border-color: rgb(219,42,152); }
td.TdClassName
{
border-color: #DB2A98;
}
.TagClassName
{
border-color: #DB2A98;
}
</style>