Shades of Deep Cerise #DB2684
Tints of Deep Cerise #DB2684
RGB
CMYK
RGB Variations
Color information
#DB2684 (or 0xDB2684) is known color: Deep Cerise. HEX triplet: DB, 26 and 84. RGB value is (219,38,132). Sum of RGB (Red+Green+Blue) = 219+38+132=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2684 is #24D97B. Grayscale: #666666. Windows color (decimal): -2414972 or 8660699. OLE color: 8660699.
HSL color Cylindrical-coordinate representation of color #DB2684: hue angle of 328.84º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2684 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 132 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.14 |
| HSL | 328.84º | 0.72% | 0.5% | - |
| HSV(B) | 328.84º | 0.83% | 0.86% | - |
| XYZ | 34.07 | 18.11 | 23.53 | - |
| YUV | 102.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 132 | 0 | 0.83 | 0.40 | 0.14 | 328.84 | 0.72 | 0.5 |
| Hex | DB | 26 | 84 | 0 | 53 | 28 | E | 149 | 48 | 32 |
| Octal | 333 | 46 | 204 | 0 | 123 | 50 | 16 | 511 | 110 | 62 |
| Binary | 11011011 | 100110 | 10000100 | 0 | 1010011 | 101000 | 1110 | 101001001 | 1001000 | 110010 |
Color Harmonies of #DB2684
Complementary color
Monochromatic Colors of #DB2684
Black with #DB2684
Text Example
Text Example
White with #DB2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2684; }
p { color: rgb(219,38,132); }
H1.HeaderClassName
{
color: #DB2684;
}
.AnyTagClassName
{
color: #DB2684;
}
</style>
background-color css
<style>
a { background-color: #DB2684; }
a { background-color: rgb(219,38,132); }
div.DivClassName
{
background-color: #DB2684;
}
.BgClassName
{
background-color: #DB2684;
}
</style>
border-color css
<style>
span { border-color: #DB2684; }
span { border-color: rgb(219,38,132); }
td.TdClassName
{
border-color: #DB2684;
}
.TagClassName
{
border-color: #DB2684;
}
</style>