Shades of Deep Cerise #DB2180
Tints of Deep Cerise #DB2180
RGB
CMYK
RGB Variations
Color information
#DB2180 (or 0xDB2180) is known color: Deep Cerise. HEX triplet: DB, 21 and 80. RGB value is (219,33,128). Sum of RGB (Red+Green+Blue) = 219+33+128=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2180 is #24DE7F. Grayscale: #636363. Windows color (decimal): -2416256 or 8397275. OLE color: 8397275.
HSL color Cylindrical-coordinate representation of color #DB2180: hue angle of 329.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2180 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 128 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.14 |
| HSL | 329.35º | 0.74% | 0.49% | - |
| HSV(B) | 329.35º | 0.85% | 0.86% | - |
| XYZ | 33.65 | 17.71 | 22.07 | - |
| YUV | 99.44 | 144.12 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 128 | 0 | 0.85 | 0.42 | 0.14 | 329.35 | 0.74 | 0.49 |
| Hex | DB | 21 | 80 | 0 | 55 | 2A | E | 149 | 4A | 31 |
| Octal | 333 | 41 | 200 | 0 | 125 | 52 | 16 | 511 | 112 | 61 |
| Binary | 11011011 | 100001 | 10000000 | 0 | 1010101 | 101010 | 1110 | 101001001 | 1001010 | 110001 |
Color Harmonies of #DB2180
Complementary color
Monochromatic Colors of #DB2180
Black with #DB2180
Text Example
Text Example
White with #DB2180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2180; }
p { color: rgb(219,33,128); }
H1.HeaderClassName
{
color: #DB2180;
}
.AnyTagClassName
{
color: #DB2180;
}
</style>
background-color css
<style>
a { background-color: #DB2180; }
a { background-color: rgb(219,33,128); }
div.DivClassName
{
background-color: #DB2180;
}
.BgClassName
{
background-color: #DB2180;
}
</style>
border-color css
<style>
span { border-color: #DB2180; }
span { border-color: rgb(219,33,128); }
td.TdClassName
{
border-color: #DB2180;
}
.TagClassName
{
border-color: #DB2180;
}
</style>