Shades of Deep Cerise #DB1C7D
Tints of Deep Cerise #DB1C7D
RGB
CMYK
RGB Variations
Color information
#DB1C7D (or 0xDB1C7D) is known color: Deep Cerise. HEX triplet: DB, 1C and 7D. RGB value is (219,28,125). Sum of RGB (Red+Green+Blue) = 219+28+125=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C7D is #24E382. Grayscale: #5F5F5F. Windows color (decimal): -2417539 or 8199387. OLE color: 8199387.
HSL color Cylindrical-coordinate representation of color #DB1C7D: hue angle of 329.53º 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 #DB1C7D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 125 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.14 |
| HSL | 329.53º | 0.77% | 0.48% | - |
| HSV(B) | 329.53º | 0.87% | 0.86% | - |
| XYZ | 33.33 | 17.37 | 21 | - |
| YUV | 96.17 | 144.28 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 125 | 0 | 0.87 | 0.43 | 0.14 | 329.53 | 0.77 | 0.48 |
| Hex | DB | 1C | 7D | 0 | 57 | 2B | E | 14A | 4D | 30 |
| Octal | 333 | 34 | 175 | 0 | 127 | 53 | 16 | 512 | 115 | 60 |
| Binary | 11011011 | 11100 | 1111101 | 0 | 1010111 | 101011 | 1110 | 101001010 | 1001101 | 110000 |
Color Harmonies of #DB1C7D
Complementary color
Monochromatic Colors of #DB1C7D
Black with #DB1C7D
Text Example
Text Example
White with #DB1C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C7D; }
p { color: rgb(219,28,125); }
H1.HeaderClassName
{
color: #DB1C7D;
}
.AnyTagClassName
{
color: #DB1C7D;
}
</style>
background-color css
<style>
a { background-color: #DB1C7D; }
a { background-color: rgb(219,28,125); }
div.DivClassName
{
background-color: #DB1C7D;
}
.BgClassName
{
background-color: #DB1C7D;
}
</style>
border-color css
<style>
span { border-color: #DB1C7D; }
span { border-color: rgb(219,28,125); }
td.TdClassName
{
border-color: #DB1C7D;
}
.TagClassName
{
border-color: #DB1C7D;
}
</style>