Shades of Deep Cerise #DB2693
Tints of Deep Cerise #DB2693
RGB
CMYK
RGB Variations
Color information
#DB2693 (or 0xDB2693) is known color: Deep Cerise. HEX triplet: DB, 26 and 93. RGB value is (219,38,147). Sum of RGB (Red+Green+Blue) = 219+38+147=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2693 is #24D96C. Grayscale: #686868. Windows color (decimal): -2414957 or 9643739. OLE color: 9643739.
HSL color Cylindrical-coordinate representation of color #DB2693: hue angle of 323.87º 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 #DB2693 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 147 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.14 |
| HSL | 323.87º | 0.72% | 0.5% | - |
| HSV(B) | 323.87º | 0.83% | 0.86% | - |
| XYZ | 35.17 | 18.55 | 29.33 | - |
| YUV | 104.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 147 | 0 | 0.83 | 0.33 | 0.14 | 323.87 | 0.72 | 0.5 |
| Hex | DB | 26 | 93 | 0 | 53 | 21 | E | 144 | 48 | 32 |
| Octal | 333 | 46 | 223 | 0 | 123 | 41 | 16 | 504 | 110 | 62 |
| Binary | 11011011 | 100110 | 10010011 | 0 | 1010011 | 100001 | 1110 | 101000100 | 1001000 | 110010 |
Color Harmonies of #DB2693
Complementary color
Monochromatic Colors of #DB2693
Black with #DB2693
Text Example
Text Example
White with #DB2693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2693; }
p { color: rgb(219,38,147); }
H1.HeaderClassName
{
color: #DB2693;
}
.AnyTagClassName
{
color: #DB2693;
}
</style>
background-color css
<style>
a { background-color: #DB2693; }
a { background-color: rgb(219,38,147); }
div.DivClassName
{
background-color: #DB2693;
}
.BgClassName
{
background-color: #DB2693;
}
</style>
border-color css
<style>
span { border-color: #DB2693; }
span { border-color: rgb(219,38,147); }
td.TdClassName
{
border-color: #DB2693;
}
.TagClassName
{
border-color: #DB2693;
}
</style>