Shades of Deep Cerise #DB2A94
Tints of Deep Cerise #DB2A94
RGB
CMYK
RGB Variations
Color information
#DB2A94 (or 0xDB2A94) is known color: Deep Cerise. HEX triplet: DB, 2A and 94. RGB value is (219,42,148). Sum of RGB (Red+Green+Blue) = 219+42+148=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A94 is #24D56B. Grayscale: #6A6A6A. Windows color (decimal): -2413932 or 9710299. OLE color: 9710299.
HSL color Cylindrical-coordinate representation of color #DB2A94: hue angle of 324.07º 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 #DB2A94 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 148 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.14 |
| HSL | 324.07º | 0.71% | 0.51% | - |
| HSV(B) | 324.07º | 0.81% | 0.86% | - |
| XYZ | 35.39 | 18.85 | 29.79 | - |
| YUV | 107.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 148 | 0 | 0.81 | 0.32 | 0.14 | 324.07 | 0.71 | 0.51 |
| Hex | DB | 2A | 94 | 0 | 51 | 20 | E | 144 | 47 | 33 |
| Octal | 333 | 52 | 224 | 0 | 121 | 40 | 16 | 504 | 107 | 63 |
| Binary | 11011011 | 101010 | 10010100 | 0 | 1010001 | 100000 | 1110 | 101000100 | 1000111 | 110011 |
Color Harmonies of #DB2A94
Complementary color
Monochromatic Colors of #DB2A94
Black with #DB2A94
Text Example
Text Example
White with #DB2A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A94; }
p { color: rgb(219,42,148); }
H1.HeaderClassName
{
color: #DB2A94;
}
.AnyTagClassName
{
color: #DB2A94;
}
</style>
background-color css
<style>
a { background-color: #DB2A94; }
a { background-color: rgb(219,42,148); }
div.DivClassName
{
background-color: #DB2A94;
}
.BgClassName
{
background-color: #DB2A94;
}
</style>
border-color css
<style>
span { border-color: #DB2A94; }
span { border-color: rgb(219,42,148); }
td.TdClassName
{
border-color: #DB2A94;
}
.TagClassName
{
border-color: #DB2A94;
}
</style>