Shades of Deep Cerise #DB2678
Tints of Deep Cerise #DB2678
RGB
CMYK
RGB Variations
Color information
#DB2678 (or 0xDB2678) is known color: Deep Cerise. HEX triplet: DB, 26 and 78. RGB value is (219,38,120). Sum of RGB (Red+Green+Blue) = 219+38+120=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2678 is #24D987. Grayscale: #656565. Windows color (decimal): -2414984 or 7874267. OLE color: 7874267.
HSL color Cylindrical-coordinate representation of color #DB2678: hue angle of 332.82º 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 #DB2678 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 120 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.14 |
| HSL | 332.82º | 0.72% | 0.5% | - |
| HSV(B) | 332.82º | 0.83% | 0.86% | - |
| XYZ | 33.3 | 17.8 | 19.45 | - |
| YUV | 101.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 120 | 0 | 0.83 | 0.45 | 0.14 | 332.82 | 0.72 | 0.5 |
| Hex | DB | 26 | 78 | 0 | 53 | 2D | E | 14D | 48 | 32 |
| Octal | 333 | 46 | 170 | 0 | 123 | 55 | 16 | 515 | 110 | 62 |
| Binary | 11011011 | 100110 | 1111000 | 0 | 1010011 | 101101 | 1110 | 101001101 | 1001000 | 110010 |
Color Harmonies of #DB2678
Complementary color
Monochromatic Colors of #DB2678
Black with #DB2678
Text Example
Text Example
White with #DB2678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2678; }
p { color: rgb(219,38,120); }
H1.HeaderClassName
{
color: #DB2678;
}
.AnyTagClassName
{
color: #DB2678;
}
</style>
background-color css
<style>
a { background-color: #DB2678; }
a { background-color: rgb(219,38,120); }
div.DivClassName
{
background-color: #DB2678;
}
.BgClassName
{
background-color: #DB2678;
}
</style>
border-color css
<style>
span { border-color: #DB2678; }
span { border-color: rgb(219,38,120); }
td.TdClassName
{
border-color: #DB2678;
}
.TagClassName
{
border-color: #DB2678;
}
</style>