Shades of Deep Cerise #DB2F7F
Tints of Deep Cerise #DB2F7F
RGB
CMYK
RGB Variations
Color information
#DB2F7F (or 0xDB2F7F) is known color: Deep Cerise. HEX triplet: DB, 2F and 7F. RGB value is (219,47,127). Sum of RGB (Red+Green+Blue) = 219+47+127=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F7F is #24D080. Grayscale: #6B6B6B. Windows color (decimal): -2412673 or 8335323. OLE color: 8335323.
HSL color Cylindrical-coordinate representation of color #DB2F7F: hue angle of 332.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2F7F is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 127 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.14 |
| HSL | 332.09º | 0.7% | 0.52% | - |
| HSV(B) | 332.09º | 0.79% | 0.86% | - |
| XYZ | 34.06 | 18.63 | 21.88 | - |
| YUV | 107.55 | 138.98 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 127 | 0 | 0.79 | 0.42 | 0.14 | 332.09 | 0.7 | 0.52 |
| Hex | DB | 2F | 7F | 0 | 4F | 2A | E | 14C | 46 | 34 |
| Octal | 333 | 57 | 177 | 0 | 117 | 52 | 16 | 514 | 106 | 64 |
| Binary | 11011011 | 101111 | 1111111 | 0 | 1001111 | 101010 | 1110 | 101001100 | 1000110 | 110100 |
Color Harmonies of #DB2F7F
Complementary color
Monochromatic Colors of #DB2F7F
Black with #DB2F7F
Text Example
Text Example
White with #DB2F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F7F; }
p { color: rgb(219,47,127); }
H1.HeaderClassName
{
color: #DB2F7F;
}
.AnyTagClassName
{
color: #DB2F7F;
}
</style>
background-color css
<style>
a { background-color: #DB2F7F; }
a { background-color: rgb(219,47,127); }
div.DivClassName
{
background-color: #DB2F7F;
}
.BgClassName
{
background-color: #DB2F7F;
}
</style>
border-color css
<style>
span { border-color: #DB2F7F; }
span { border-color: rgb(219,47,127); }
td.TdClassName
{
border-color: #DB2F7F;
}
.TagClassName
{
border-color: #DB2F7F;
}
</style>