Shades of Deep Cerise #DB2683
Tints of Deep Cerise #DB2683
RGB
CMYK
RGB Variations
Color information
#DB2683 (or 0xDB2683) is known color: Deep Cerise. HEX triplet: DB, 26 and 83. RGB value is (219,38,131). Sum of RGB (Red+Green+Blue) = 219+38+131=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2683 is #24D97C. Grayscale: #666666. Windows color (decimal): -2414973 or 8595163. OLE color: 8595163.
HSL color Cylindrical-coordinate representation of color #DB2683: hue angle of 329.17º 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 #DB2683 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 131 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.14 |
| HSL | 329.17º | 0.72% | 0.5% | - |
| HSV(B) | 329.17º | 0.83% | 0.86% | - |
| XYZ | 34 | 18.08 | 23.17 | - |
| YUV | 102.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 131 | 0 | 0.83 | 0.40 | 0.14 | 329.17 | 0.72 | 0.5 |
| Hex | DB | 26 | 83 | 0 | 53 | 28 | E | 149 | 48 | 32 |
| Octal | 333 | 46 | 203 | 0 | 123 | 50 | 16 | 511 | 110 | 62 |
| Binary | 11011011 | 100110 | 10000011 | 0 | 1010011 | 101000 | 1110 | 101001001 | 1001000 | 110010 |
Color Harmonies of #DB2683
Complementary color
Monochromatic Colors of #DB2683
Black with #DB2683
Text Example
Text Example
White with #DB2683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2683; }
p { color: rgb(219,38,131); }
H1.HeaderClassName
{
color: #DB2683;
}
.AnyTagClassName
{
color: #DB2683;
}
</style>
background-color css
<style>
a { background-color: #DB2683; }
a { background-color: rgb(219,38,131); }
div.DivClassName
{
background-color: #DB2683;
}
.BgClassName
{
background-color: #DB2683;
}
</style>
border-color css
<style>
span { border-color: #DB2683; }
span { border-color: rgb(219,38,131); }
td.TdClassName
{
border-color: #DB2683;
}
.TagClassName
{
border-color: #DB2683;
}
</style>