Shades of Deep Cerise #DB1D80
Tints of Deep Cerise #DB1D80
RGB
CMYK
RGB Variations
Color information
#DB1D80 (or 0xDB1D80) is known color: Deep Cerise. HEX triplet: DB, 1D and 80. RGB value is (219,29,128). Sum of RGB (Red+Green+Blue) = 219+29+128=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1D80 is #24E27F. Grayscale: #606060. Windows color (decimal): -2417280 or 8396251. OLE color: 8396251.
HSL color Cylindrical-coordinate representation of color #DB1D80: hue angle of 328.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D80 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 128 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.14 |
| HSL | 328.74º | 0.77% | 0.49% | - |
| HSV(B) | 328.74º | 0.87% | 0.86% | - |
| XYZ | 33.55 | 17.5 | 22.03 | - |
| YUV | 97.1 | 145.45 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 128 | 0 | 0.87 | 0.42 | 0.14 | 328.74 | 0.77 | 0.49 |
| Hex | DB | 1D | 80 | 0 | 57 | 2A | E | 149 | 4D | 31 |
| Octal | 333 | 35 | 200 | 0 | 127 | 52 | 16 | 511 | 115 | 61 |
| Binary | 11011011 | 11101 | 10000000 | 0 | 1010111 | 101010 | 1110 | 101001001 | 1001101 | 110001 |
Color Harmonies of #DB1D80
Complementary color
Monochromatic Colors of #DB1D80
Black with #DB1D80
Text Example
Text Example
White with #DB1D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D80; }
p { color: rgb(219,29,128); }
H1.HeaderClassName
{
color: #DB1D80;
}
.AnyTagClassName
{
color: #DB1D80;
}
</style>
background-color css
<style>
a { background-color: #DB1D80; }
a { background-color: rgb(219,29,128); }
div.DivClassName
{
background-color: #DB1D80;
}
.BgClassName
{
background-color: #DB1D80;
}
</style>
border-color css
<style>
span { border-color: #DB1D80; }
span { border-color: rgb(219,29,128); }
td.TdClassName
{
border-color: #DB1D80;
}
.TagClassName
{
border-color: #DB1D80;
}
</style>