Shades of Deep Cerise #DB2374
Tints of Deep Cerise #DB2374
RGB
CMYK
RGB Variations
Color information
#DB2374 (or 0xDB2374) is known color: Deep Cerise. HEX triplet: DB, 23 and 74. RGB value is (219,35,116). Sum of RGB (Red+Green+Blue) = 219+35+116=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2374 is #24DC8B. Grayscale: #636363. Windows color (decimal): -2415756 or 7611355. OLE color: 7611355.
HSL color Cylindrical-coordinate representation of color #DB2374: hue angle of 333.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2374 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 116 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.14 |
| HSL | 333.59º | 0.72% | 0.5% | - |
| HSV(B) | 333.59º | 0.84% | 0.86% | - |
| XYZ | 32.97 | 17.52 | 18.17 | - |
| YUV | 99.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 116 | 0 | 0.84 | 0.47 | 0.14 | 333.59 | 0.72 | 0.5 |
| Hex | DB | 23 | 74 | 0 | 54 | 2F | E | 14E | 48 | 32 |
| Octal | 333 | 43 | 164 | 0 | 124 | 57 | 16 | 516 | 110 | 62 |
| Binary | 11011011 | 100011 | 1110100 | 0 | 1010100 | 101111 | 1110 | 101001110 | 1001000 | 110010 |
Color Harmonies of #DB2374
Complementary color
Monochromatic Colors of #DB2374
Black with #DB2374
Text Example
Text Example
White with #DB2374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2374; }
p { color: rgb(219,35,116); }
H1.HeaderClassName
{
color: #DB2374;
}
.AnyTagClassName
{
color: #DB2374;
}
</style>
background-color css
<style>
a { background-color: #DB2374; }
a { background-color: rgb(219,35,116); }
div.DivClassName
{
background-color: #DB2374;
}
.BgClassName
{
background-color: #DB2374;
}
</style>
border-color css
<style>
span { border-color: #DB2374; }
span { border-color: rgb(219,35,116); }
td.TdClassName
{
border-color: #DB2374;
}
.TagClassName
{
border-color: #DB2374;
}
</style>