Shades of Deep Cerise #DB2B7B
Tints of Deep Cerise #DB2B7B
RGB
CMYK
RGB Variations
Color information
#DB2B7B (or 0xDB2B7B) is known color: Deep Cerise. HEX triplet: DB, 2B and 7B. RGB value is (219,43,123). Sum of RGB (Red+Green+Blue) = 219+43+123=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B7B is #24D484. Grayscale: #686868. Windows color (decimal): -2413701 or 8072155. OLE color: 8072155.
HSL color Cylindrical-coordinate representation of color #DB2B7B: hue angle of 332.73º 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 #DB2B7B is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 123 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.14 |
| HSL | 332.73º | 0.71% | 0.51% | - |
| HSV(B) | 332.73º | 0.8% | 0.86% | - |
| XYZ | 33.65 | 18.22 | 20.48 | - |
| YUV | 104.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 123 | 0 | 0.80 | 0.44 | 0.14 | 332.73 | 0.71 | 0.51 |
| Hex | DB | 2B | 7B | 0 | 50 | 2C | E | 14D | 47 | 33 |
| Octal | 333 | 53 | 173 | 0 | 120 | 54 | 16 | 515 | 107 | 63 |
| Binary | 11011011 | 101011 | 1111011 | 0 | 1010000 | 101100 | 1110 | 101001101 | 1000111 | 110011 |
Color Harmonies of #DB2B7B
Complementary color
Monochromatic Colors of #DB2B7B
Black with #DB2B7B
Text Example
Text Example
White with #DB2B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B7B; }
p { color: rgb(219,43,123); }
H1.HeaderClassName
{
color: #DB2B7B;
}
.AnyTagClassName
{
color: #DB2B7B;
}
</style>
background-color css
<style>
a { background-color: #DB2B7B; }
a { background-color: rgb(219,43,123); }
div.DivClassName
{
background-color: #DB2B7B;
}
.BgClassName
{
background-color: #DB2B7B;
}
</style>
border-color css
<style>
span { border-color: #DB2B7B; }
span { border-color: rgb(219,43,123); }
td.TdClassName
{
border-color: #DB2B7B;
}
.TagClassName
{
border-color: #DB2B7B;
}
</style>