Shades of Deep Cerise #DB2676
Tints of Deep Cerise #DB2676
RGB
CMYK
RGB Variations
Color information
#DB2676 (or 0xDB2676) is known color: Deep Cerise. HEX triplet: DB, 26 and 76. RGB value is (219,38,118). Sum of RGB (Red+Green+Blue) = 219+38+118=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2676 is #24D989. Grayscale: #656565. Windows color (decimal): -2414986 or 7743195. OLE color: 7743195.
HSL color Cylindrical-coordinate representation of color #DB2676: hue angle of 333.48º 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 #DB2676 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 118 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.14 |
| HSL | 333.48º | 0.72% | 0.5% | - |
| HSV(B) | 333.48º | 0.83% | 0.86% | - |
| XYZ | 33.18 | 17.75 | 18.82 | - |
| YUV | 101.24 | 137.47 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 118 | 0 | 0.83 | 0.46 | 0.14 | 333.48 | 0.72 | 0.5 |
| Hex | DB | 26 | 76 | 0 | 53 | 2E | E | 14D | 48 | 32 |
| Octal | 333 | 46 | 166 | 0 | 123 | 56 | 16 | 515 | 110 | 62 |
| Binary | 11011011 | 100110 | 1110110 | 0 | 1010011 | 101110 | 1110 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DB2676
Complementary color
Monochromatic Colors of #DB2676
Black with #DB2676
Text Example
Text Example
White with #DB2676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2676; }
p { color: rgb(219,38,118); }
H1.HeaderClassName
{
color: #DB2676;
}
.AnyTagClassName
{
color: #DB2676;
}
</style>
background-color css
<style>
a { background-color: #DB2676; }
a { background-color: rgb(219,38,118); }
div.DivClassName
{
background-color: #DB2676;
}
.BgClassName
{
background-color: #DB2676;
}
</style>
border-color css
<style>
span { border-color: #DB2676; }
span { border-color: rgb(219,38,118); }
td.TdClassName
{
border-color: #DB2676;
}
.TagClassName
{
border-color: #DB2676;
}
</style>