Shades of Deep Cerise #DB2A8C
Tints of Deep Cerise #DB2A8C
RGB
CMYK
RGB Variations
Color information
#DB2A8C (or 0xDB2A8C) is known color: Deep Cerise. HEX triplet: DB, 2A and 8C. RGB value is (219,42,140). Sum of RGB (Red+Green+Blue) = 219+42+140=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A8C is #24D573. Grayscale: #696969. Windows color (decimal): -2413940 or 9186011. OLE color: 9186011.
HSL color Cylindrical-coordinate representation of color #DB2A8C: hue angle of 326.78º 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 #DB2A8C is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 140 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.14 |
| HSL | 326.78º | 0.71% | 0.51% | - |
| HSV(B) | 326.78º | 0.81% | 0.86% | - |
| XYZ | 34.78 | 18.61 | 26.57 | - |
| YUV | 106.1 | 147.14 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 140 | 0 | 0.81 | 0.36 | 0.14 | 326.78 | 0.71 | 0.51 |
| Hex | DB | 2A | 8C | 0 | 51 | 24 | E | 147 | 47 | 33 |
| Octal | 333 | 52 | 214 | 0 | 121 | 44 | 16 | 507 | 107 | 63 |
| Binary | 11011011 | 101010 | 10001100 | 0 | 1010001 | 100100 | 1110 | 101000111 | 1000111 | 110011 |
Color Harmonies of #DB2A8C
Complementary color
Monochromatic Colors of #DB2A8C
Black with #DB2A8C
Text Example
Text Example
White with #DB2A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A8C; }
p { color: rgb(219,42,140); }
H1.HeaderClassName
{
color: #DB2A8C;
}
.AnyTagClassName
{
color: #DB2A8C;
}
</style>
background-color css
<style>
a { background-color: #DB2A8C; }
a { background-color: rgb(219,42,140); }
div.DivClassName
{
background-color: #DB2A8C;
}
.BgClassName
{
background-color: #DB2A8C;
}
</style>
border-color css
<style>
span { border-color: #DB2A8C; }
span { border-color: rgb(219,42,140); }
td.TdClassName
{
border-color: #DB2A8C;
}
.TagClassName
{
border-color: #DB2A8C;
}
</style>