Shades of Deep Cerise #DB1C83
Tints of Deep Cerise #DB1C83
RGB
CMYK
RGB Variations
Color information
#DB1C83 (or 0xDB1C83) is known color: Deep Cerise. HEX triplet: DB, 1C and 83. RGB value is (219,28,131). Sum of RGB (Red+Green+Blue) = 219+28+131=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1C83 is #24E37C. Grayscale: #606060. Windows color (decimal): -2417533 or 8592603. OLE color: 8592603.
HSL color Cylindrical-coordinate representation of color #DB1C83: hue angle of 327.64º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C83 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 131 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.14 |
| HSL | 327.64º | 0.77% | 0.48% | - |
| HSV(B) | 327.64º | 0.87% | 0.86% | - |
| XYZ | 33.73 | 17.53 | 23.08 | - |
| YUV | 96.85 | 147.28 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 131 | 0 | 0.87 | 0.40 | 0.14 | 327.64 | 0.77 | 0.48 |
| Hex | DB | 1C | 83 | 0 | 57 | 28 | E | 148 | 4D | 30 |
| Octal | 333 | 34 | 203 | 0 | 127 | 50 | 16 | 510 | 115 | 60 |
| Binary | 11011011 | 11100 | 10000011 | 0 | 1010111 | 101000 | 1110 | 101001000 | 1001101 | 110000 |
Color Harmonies of #DB1C83
Complementary color
Monochromatic Colors of #DB1C83
Black with #DB1C83
Text Example
Text Example
White with #DB1C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C83; }
p { color: rgb(219,28,131); }
H1.HeaderClassName
{
color: #DB1C83;
}
.AnyTagClassName
{
color: #DB1C83;
}
</style>
background-color css
<style>
a { background-color: #DB1C83; }
a { background-color: rgb(219,28,131); }
div.DivClassName
{
background-color: #DB1C83;
}
.BgClassName
{
background-color: #DB1C83;
}
</style>
border-color css
<style>
span { border-color: #DB1C83; }
span { border-color: rgb(219,28,131); }
td.TdClassName
{
border-color: #DB1C83;
}
.TagClassName
{
border-color: #DB1C83;
}
</style>