Shades of Deep Cerise #DB2783
Tints of Deep Cerise #DB2783
RGB
CMYK
RGB Variations
Color information
#DB2783 (or 0xDB2783) is known color: Deep Cerise. HEX triplet: DB, 27 and 83. RGB value is (219,39,131). Sum of RGB (Red+Green+Blue) = 219+39+131=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2783 is #24D87C. Grayscale: #676767. Windows color (decimal): -2414717 or 8595419. OLE color: 8595419.
HSL color Cylindrical-coordinate representation of color #DB2783: hue angle of 329.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2783 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 131 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.14 |
| HSL | 329.33º | 0.71% | 0.51% | - |
| HSV(B) | 329.33º | 0.82% | 0.86% | - |
| XYZ | 34.04 | 18.15 | 23.18 | - |
| YUV | 103.31 | 143.63 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 131 | 0 | 0.82 | 0.40 | 0.14 | 329.33 | 0.71 | 0.51 |
| Hex | DB | 27 | 83 | 0 | 52 | 28 | E | 149 | 47 | 33 |
| Octal | 333 | 47 | 203 | 0 | 122 | 50 | 16 | 511 | 107 | 63 |
| Binary | 11011011 | 100111 | 10000011 | 0 | 1010010 | 101000 | 1110 | 101001001 | 1000111 | 110011 |
Color Harmonies of #DB2783
Complementary color
Monochromatic Colors of #DB2783
Black with #DB2783
Text Example
Text Example
White with #DB2783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2783; }
p { color: rgb(219,39,131); }
H1.HeaderClassName
{
color: #DB2783;
}
.AnyTagClassName
{
color: #DB2783;
}
</style>
background-color css
<style>
a { background-color: #DB2783; }
a { background-color: rgb(219,39,131); }
div.DivClassName
{
background-color: #DB2783;
}
.BgClassName
{
background-color: #DB2783;
}
</style>
border-color css
<style>
span { border-color: #DB2783; }
span { border-color: rgb(219,39,131); }
td.TdClassName
{
border-color: #DB2783;
}
.TagClassName
{
border-color: #DB2783;
}
</style>