Shades of Deep Cerise #DB1E7C
Tints of Deep Cerise #DB1E7C
RGB
CMYK
RGB Variations
Color information
#DB1E7C (or 0xDB1E7C) is known color: Deep Cerise. HEX triplet: DB, 1E and 7C. RGB value is (219,30,124). Sum of RGB (Red+Green+Blue) = 219+30+124=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1E7C is #24E183. Grayscale: #616161. Windows color (decimal): -2417028 or 8134363. OLE color: 8134363.
HSL color Cylindrical-coordinate representation of color #DB1E7C: hue angle of 330.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E7C is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 124 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.14 |
| HSL | 330.16º | 0.76% | 0.49% | - |
| HSV(B) | 330.16º | 0.86% | 0.86% | - |
| XYZ | 33.32 | 17.44 | 20.68 | - |
| YUV | 97.23 | 143.12 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 124 | 0 | 0.86 | 0.43 | 0.14 | 330.16 | 0.76 | 0.49 |
| Hex | DB | 1E | 7C | 0 | 56 | 2B | E | 14A | 4C | 31 |
| Octal | 333 | 36 | 174 | 0 | 126 | 53 | 16 | 512 | 114 | 61 |
| Binary | 11011011 | 11110 | 1111100 | 0 | 1010110 | 101011 | 1110 | 101001010 | 1001100 | 110001 |
Color Harmonies of #DB1E7C
Complementary color
Monochromatic Colors of #DB1E7C
Black with #DB1E7C
Text Example
Text Example
White with #DB1E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E7C; }
p { color: rgb(219,30,124); }
H1.HeaderClassName
{
color: #DB1E7C;
}
.AnyTagClassName
{
color: #DB1E7C;
}
</style>
background-color css
<style>
a { background-color: #DB1E7C; }
a { background-color: rgb(219,30,124); }
div.DivClassName
{
background-color: #DB1E7C;
}
.BgClassName
{
background-color: #DB1E7C;
}
</style>
border-color css
<style>
span { border-color: #DB1E7C; }
span { border-color: rgb(219,30,124); }
td.TdClassName
{
border-color: #DB1E7C;
}
.TagClassName
{
border-color: #DB1E7C;
}
</style>