Shades of Deep Cerise #DF2C83
Tints of Deep Cerise #DF2C83
RGB
CMYK
RGB Variations
Color information
#DF2C83 (or 0xDF2C83) is known color: Deep Cerise. HEX triplet: DF, 2C and 83. RGB value is (223,44,131). Sum of RGB (Red+Green+Blue) = 223+44+131=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C83 is #20D37C. Grayscale: #6B6B6B. Windows color (decimal): -2151293 or 8596703. OLE color: 8596703.
HSL color Cylindrical-coordinate representation of color #DF2C83: hue angle of 330.84º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C83 is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 131 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.13 |
| HSL | 330.84º | 0.74% | 0.52% | - |
| HSV(B) | 330.84º | 0.8% | 0.87% | - |
| XYZ | 35.43 | 19.13 | 23.3 | - |
| YUV | 107.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 131 | 0 | 0.80 | 0.41 | 0.13 | 330.84 | 0.74 | 0.52 |
| Hex | DF | 2C | 83 | 0 | 50 | 29 | D | 14B | 4A | 34 |
| Octal | 337 | 54 | 203 | 0 | 120 | 51 | 15 | 513 | 112 | 64 |
| Binary | 11011111 | 101100 | 10000011 | 0 | 1010000 | 101001 | 1101 | 101001011 | 1001010 | 110100 |
Color Harmonies of #DF2C83
Complementary color
Monochromatic Colors of #DF2C83
Black with #DF2C83
Text Example
Text Example
White with #DF2C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C83; }
p { color: rgb(223,44,131); }
H1.HeaderClassName
{
color: #DF2C83;
}
.AnyTagClassName
{
color: #DF2C83;
}
</style>
background-color css
<style>
a { background-color: #DF2C83; }
a { background-color: rgb(223,44,131); }
div.DivClassName
{
background-color: #DF2C83;
}
.BgClassName
{
background-color: #DF2C83;
}
</style>
border-color css
<style>
span { border-color: #DF2C83; }
span { border-color: rgb(223,44,131); }
td.TdClassName
{
border-color: #DF2C83;
}
.TagClassName
{
border-color: #DF2C83;
}
</style>