Shades of Deep Cerise #DB1C7A
Tints of Deep Cerise #DB1C7A
RGB
CMYK
RGB Variations
Color information
#DB1C7A (or 0xDB1C7A) is known color: Deep Cerise. HEX triplet: DB, 1C and 7A. RGB value is (219,28,122). Sum of RGB (Red+Green+Blue) = 219+28+122=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1C7A is #24E385. Grayscale: #5F5F5F. Windows color (decimal): -2417542 or 8002779. OLE color: 8002779.
HSL color Cylindrical-coordinate representation of color #DB1C7A: hue angle of 330.47º 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 #DB1C7A is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 122 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.14 |
| HSL | 330.47º | 0.77% | 0.48% | - |
| HSV(B) | 330.47º | 0.87% | 0.86% | - |
| XYZ | 33.14 | 17.3 | 20 | - |
| YUV | 95.83 | 142.78 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 122 | 0 | 0.87 | 0.44 | 0.14 | 330.47 | 0.77 | 0.48 |
| Hex | DB | 1C | 7A | 0 | 57 | 2C | E | 14A | 4D | 30 |
| Octal | 333 | 34 | 172 | 0 | 127 | 54 | 16 | 512 | 115 | 60 |
| Binary | 11011011 | 11100 | 1111010 | 0 | 1010111 | 101100 | 1110 | 101001010 | 1001101 | 110000 |
Color Harmonies of #DB1C7A
Complementary color
Monochromatic Colors of #DB1C7A
Black with #DB1C7A
Text Example
Text Example
White with #DB1C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C7A; }
p { color: rgb(219,28,122); }
H1.HeaderClassName
{
color: #DB1C7A;
}
.AnyTagClassName
{
color: #DB1C7A;
}
</style>
background-color css
<style>
a { background-color: #DB1C7A; }
a { background-color: rgb(219,28,122); }
div.DivClassName
{
background-color: #DB1C7A;
}
.BgClassName
{
background-color: #DB1C7A;
}
</style>
border-color css
<style>
span { border-color: #DB1C7A; }
span { border-color: rgb(219,28,122); }
td.TdClassName
{
border-color: #DB1C7A;
}
.TagClassName
{
border-color: #DB1C7A;
}
</style>