Shades of Deep Cerise #DB2B94
Tints of Deep Cerise #DB2B94
RGB
CMYK
RGB Variations
Color information
#DB2B94 (or 0xDB2B94) is known color: Deep Cerise. HEX triplet: DB, 2B and 94. RGB value is (219,43,148). Sum of RGB (Red+Green+Blue) = 219+43+148=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2B94 is #24D46B. Grayscale: #6B6B6B. Windows color (decimal): -2413676 or 9710555. OLE color: 9710555.
HSL color Cylindrical-coordinate representation of color #DB2B94: hue angle of 324.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B94 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 148 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.14 |
| HSL | 324.2º | 0.71% | 0.51% | - |
| HSV(B) | 324.2º | 0.8% | 0.86% | - |
| XYZ | 35.42 | 18.93 | 29.8 | - |
| YUV | 107.59 | 150.81 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 148 | 0 | 0.80 | 0.32 | 0.14 | 324.2 | 0.71 | 0.51 |
| Hex | DB | 2B | 94 | 0 | 50 | 20 | E | 144 | 47 | 33 |
| Octal | 333 | 53 | 224 | 0 | 120 | 40 | 16 | 504 | 107 | 63 |
| Binary | 11011011 | 101011 | 10010100 | 0 | 1010000 | 100000 | 1110 | 101000100 | 1000111 | 110011 |
Color Harmonies of #DB2B94
Complementary color
Monochromatic Colors of #DB2B94
Black with #DB2B94
Text Example
Text Example
White with #DB2B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B94; }
p { color: rgb(219,43,148); }
H1.HeaderClassName
{
color: #DB2B94;
}
.AnyTagClassName
{
color: #DB2B94;
}
</style>
background-color css
<style>
a { background-color: #DB2B94; }
a { background-color: rgb(219,43,148); }
div.DivClassName
{
background-color: #DB2B94;
}
.BgClassName
{
background-color: #DB2B94;
}
</style>
border-color css
<style>
span { border-color: #DB2B94; }
span { border-color: rgb(219,43,148); }
td.TdClassName
{
border-color: #DB2B94;
}
.TagClassName
{
border-color: #DB2B94;
}
</style>