Shades of Deep Cerise #DB1C7C
Tints of Deep Cerise #DB1C7C
RGB
CMYK
RGB Variations
Color information
#DB1C7C (or 0xDB1C7C) is known color: Deep Cerise. HEX triplet: DB, 1C and 7C. RGB value is (219,28,124). Sum of RGB (Red+Green+Blue) = 219+28+124=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C7C is #24E383. Grayscale: #5F5F5F. Windows color (decimal): -2417540 or 8133851. OLE color: 8133851.
HSL color Cylindrical-coordinate representation of color #DB1C7C: hue angle of 329.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C7C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 124 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.14 |
| HSL | 329.84º | 0.77% | 0.48% | - |
| HSV(B) | 329.84º | 0.87% | 0.86% | - |
| XYZ | 33.27 | 17.35 | 20.66 | - |
| YUV | 96.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 124 | 0 | 0.87 | 0.43 | 0.14 | 329.84 | 0.77 | 0.48 |
| Hex | DB | 1C | 7C | 0 | 57 | 2B | E | 14A | 4D | 30 |
| Octal | 333 | 34 | 174 | 0 | 127 | 53 | 16 | 512 | 115 | 60 |
| Binary | 11011011 | 11100 | 1111100 | 0 | 1010111 | 101011 | 1110 | 101001010 | 1001101 | 110000 |
Color Harmonies of #DB1C7C
Complementary color
Monochromatic Colors of #DB1C7C
Black with #DB1C7C
Text Example
Text Example
White with #DB1C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C7C; }
p { color: rgb(219,28,124); }
H1.HeaderClassName
{
color: #DB1C7C;
}
.AnyTagClassName
{
color: #DB1C7C;
}
</style>
background-color css
<style>
a { background-color: #DB1C7C; }
a { background-color: rgb(219,28,124); }
div.DivClassName
{
background-color: #DB1C7C;
}
.BgClassName
{
background-color: #DB1C7C;
}
</style>
border-color css
<style>
span { border-color: #DB1C7C; }
span { border-color: rgb(219,28,124); }
td.TdClassName
{
border-color: #DB1C7C;
}
.TagClassName
{
border-color: #DB1C7C;
}
</style>