Shades of Deep Cerise #DB2F8C
Tints of Deep Cerise #DB2F8C
RGB
CMYK
RGB Variations
Color information
#DB2F8C (or 0xDB2F8C) is known color: Deep Cerise. HEX triplet: DB, 2F and 8C. RGB value is (219,47,140). Sum of RGB (Red+Green+Blue) = 219+47+140=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2F8C is #24D073. Grayscale: #6C6C6C. Windows color (decimal): -2412660 or 9187291. OLE color: 9187291.
HSL color Cylindrical-coordinate representation of color #DB2F8C: hue angle of 327.56º 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 #DB2F8C is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 140 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.14 |
| HSL | 327.56º | 0.7% | 0.52% | - |
| HSV(B) | 327.56º | 0.79% | 0.86% | - |
| XYZ | 34.96 | 18.99 | 26.63 | - |
| YUV | 109.03 | 145.48 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 140 | 0 | 0.79 | 0.36 | 0.14 | 327.56 | 0.7 | 0.52 |
| Hex | DB | 2F | 8C | 0 | 4F | 24 | E | 148 | 46 | 34 |
| Octal | 333 | 57 | 214 | 0 | 117 | 44 | 16 | 510 | 106 | 64 |
| Binary | 11011011 | 101111 | 10001100 | 0 | 1001111 | 100100 | 1110 | 101001000 | 1000110 | 110100 |
Color Harmonies of #DB2F8C
Complementary color
Monochromatic Colors of #DB2F8C
Black with #DB2F8C
Text Example
Text Example
White with #DB2F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F8C; }
p { color: rgb(219,47,140); }
H1.HeaderClassName
{
color: #DB2F8C;
}
.AnyTagClassName
{
color: #DB2F8C;
}
</style>
background-color css
<style>
a { background-color: #DB2F8C; }
a { background-color: rgb(219,47,140); }
div.DivClassName
{
background-color: #DB2F8C;
}
.BgClassName
{
background-color: #DB2F8C;
}
</style>
border-color css
<style>
span { border-color: #DB2F8C; }
span { border-color: rgb(219,47,140); }
td.TdClassName
{
border-color: #DB2F8C;
}
.TagClassName
{
border-color: #DB2F8C;
}
</style>