Shades of Deep Cerise #DB2C7A
Tints of Deep Cerise #DB2C7A
RGB
CMYK
RGB Variations
Color information
#DB2C7A (or 0xDB2C7A) is known color: Deep Cerise. HEX triplet: DB, 2C and 7A. RGB value is (219,44,122). Sum of RGB (Red+Green+Blue) = 219+44+122=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2C7A is #24D385. Grayscale: #696969. Windows color (decimal): -2413446 or 8006875. OLE color: 8006875.
HSL color Cylindrical-coordinate representation of color #DB2C7A: hue angle of 333.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2C7A is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 122 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.14 |
| HSL | 333.26º | 0.71% | 0.52% | - |
| HSV(B) | 333.26º | 0.8% | 0.86% | - |
| XYZ | 33.63 | 18.27 | 20.17 | - |
| YUV | 105.22 | 137.48 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 122 | 0 | 0.80 | 0.44 | 0.14 | 333.26 | 0.71 | 0.52 |
| Hex | DB | 2C | 7A | 0 | 50 | 2C | E | 14D | 47 | 34 |
| Octal | 333 | 54 | 172 | 0 | 120 | 54 | 16 | 515 | 107 | 64 |
| Binary | 11011011 | 101100 | 1111010 | 0 | 1010000 | 101100 | 1110 | 101001101 | 1000111 | 110100 |
Color Harmonies of #DB2C7A
Complementary color
Monochromatic Colors of #DB2C7A
Black with #DB2C7A
Text Example
Text Example
White with #DB2C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C7A; }
p { color: rgb(219,44,122); }
H1.HeaderClassName
{
color: #DB2C7A;
}
.AnyTagClassName
{
color: #DB2C7A;
}
</style>
background-color css
<style>
a { background-color: #DB2C7A; }
a { background-color: rgb(219,44,122); }
div.DivClassName
{
background-color: #DB2C7A;
}
.BgClassName
{
background-color: #DB2C7A;
}
</style>
border-color css
<style>
span { border-color: #DB2C7A; }
span { border-color: rgb(219,44,122); }
td.TdClassName
{
border-color: #DB2C7A;
}
.TagClassName
{
border-color: #DB2C7A;
}
</style>