Shades of Deep Cerise #DB2593
Tints of Deep Cerise #DB2593
RGB
CMYK
RGB Variations
Color information
#DB2593 (or 0xDB2593) is known color: Deep Cerise. HEX triplet: DB, 25 and 93. RGB value is (219,37,147). Sum of RGB (Red+Green+Blue) = 219+37+147=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2593 is #24DA6C. Grayscale: #676767. Windows color (decimal): -2415213 or 9643483. OLE color: 9643483.
HSL color Cylindrical-coordinate representation of color #DB2593: hue angle of 323.74º 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 #DB2593 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 147 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.14 |
| HSL | 323.74º | 0.72% | 0.5% | - |
| HSV(B) | 323.74º | 0.83% | 0.86% | - |
| XYZ | 35.14 | 18.49 | 29.32 | - |
| YUV | 103.96 | 152.3 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 147 | 0 | 0.83 | 0.33 | 0.14 | 323.74 | 0.72 | 0.5 |
| Hex | DB | 25 | 93 | 0 | 53 | 21 | E | 144 | 48 | 32 |
| Octal | 333 | 45 | 223 | 0 | 123 | 41 | 16 | 504 | 110 | 62 |
| Binary | 11011011 | 100101 | 10010011 | 0 | 1010011 | 100001 | 1110 | 101000100 | 1001000 | 110010 |
Color Harmonies of #DB2593
Complementary color
Monochromatic Colors of #DB2593
Black with #DB2593
Text Example
Text Example
White with #DB2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2593; }
p { color: rgb(219,37,147); }
H1.HeaderClassName
{
color: #DB2593;
}
.AnyTagClassName
{
color: #DB2593;
}
</style>
background-color css
<style>
a { background-color: #DB2593; }
a { background-color: rgb(219,37,147); }
div.DivClassName
{
background-color: #DB2593;
}
.BgClassName
{
background-color: #DB2593;
}
</style>
border-color css
<style>
span { border-color: #DB2593; }
span { border-color: rgb(219,37,147); }
td.TdClassName
{
border-color: #DB2593;
}
.TagClassName
{
border-color: #DB2593;
}
</style>