Shades of Deep Cerise #DB2A7C
Tints of Deep Cerise #DB2A7C
RGB
CMYK
RGB Variations
Color information
#DB2A7C (or 0xDB2A7C) is known color: Deep Cerise. HEX triplet: DB, 2A and 7C. RGB value is (219,42,124). Sum of RGB (Red+Green+Blue) = 219+42+124=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A7C is #24D583. Grayscale: #686868. Windows color (decimal): -2413956 or 8137435. OLE color: 8137435.
HSL color Cylindrical-coordinate representation of color #DB2A7C: hue angle of 332.2º 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 #DB2A7C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 124 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.14 |
| HSL | 332.2º | 0.71% | 0.51% | - |
| HSV(B) | 332.2º | 0.81% | 0.86% | - |
| XYZ | 33.68 | 18.17 | 20.8 | - |
| YUV | 104.27 | 139.14 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 124 | 0 | 0.81 | 0.43 | 0.14 | 332.2 | 0.71 | 0.51 |
| Hex | DB | 2A | 7C | 0 | 51 | 2B | E | 14C | 47 | 33 |
| Octal | 333 | 52 | 174 | 0 | 121 | 53 | 16 | 514 | 107 | 63 |
| Binary | 11011011 | 101010 | 1111100 | 0 | 1010001 | 101011 | 1110 | 101001100 | 1000111 | 110011 |
Color Harmonies of #DB2A7C
Complementary color
Monochromatic Colors of #DB2A7C
Black with #DB2A7C
Text Example
Text Example
White with #DB2A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A7C; }
p { color: rgb(219,42,124); }
H1.HeaderClassName
{
color: #DB2A7C;
}
.AnyTagClassName
{
color: #DB2A7C;
}
</style>
background-color css
<style>
a { background-color: #DB2A7C; }
a { background-color: rgb(219,42,124); }
div.DivClassName
{
background-color: #DB2A7C;
}
.BgClassName
{
background-color: #DB2A7C;
}
</style>
border-color css
<style>
span { border-color: #DB2A7C; }
span { border-color: rgb(219,42,124); }
td.TdClassName
{
border-color: #DB2A7C;
}
.TagClassName
{
border-color: #DB2A7C;
}
</style>