Shades of Deep Cerise #DF2C82
Tints of Deep Cerise #DF2C82
RGB
CMYK
RGB Variations
Color information
#DF2C82 (or 0xDF2C82) is known color: Deep Cerise. HEX triplet: DF, 2C and 82. RGB value is (223,44,130). Sum of RGB (Red+Green+Blue) = 223+44+130=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C82 is #20D37D. Grayscale: #6B6B6B. Windows color (decimal): -2151294 or 8531167. OLE color: 8531167.
HSL color Cylindrical-coordinate representation of color #DF2C82: hue angle of 331.17º 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 #DF2C82 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 130 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.13 |
| HSL | 331.17º | 0.74% | 0.52% | - |
| HSV(B) | 331.17º | 0.8% | 0.87% | - |
| XYZ | 35.36 | 19.1 | 22.94 | - |
| YUV | 107.33 | 140.8 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 130 | 0 | 0.80 | 0.42 | 0.13 | 331.17 | 0.74 | 0.52 |
| Hex | DF | 2C | 82 | 0 | 50 | 2A | D | 14B | 4A | 34 |
| Octal | 337 | 54 | 202 | 0 | 120 | 52 | 15 | 513 | 112 | 64 |
| Binary | 11011111 | 101100 | 10000010 | 0 | 1010000 | 101010 | 1101 | 101001011 | 1001010 | 110100 |
Color Harmonies of #DF2C82
Complementary color
Monochromatic Colors of #DF2C82
Black with #DF2C82
Text Example
Text Example
White with #DF2C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C82; }
p { color: rgb(223,44,130); }
H1.HeaderClassName
{
color: #DF2C82;
}
.AnyTagClassName
{
color: #DF2C82;
}
</style>
background-color css
<style>
a { background-color: #DF2C82; }
a { background-color: rgb(223,44,130); }
div.DivClassName
{
background-color: #DF2C82;
}
.BgClassName
{
background-color: #DF2C82;
}
</style>
border-color css
<style>
span { border-color: #DF2C82; }
span { border-color: rgb(223,44,130); }
td.TdClassName
{
border-color: #DF2C82;
}
.TagClassName
{
border-color: #DF2C82;
}
</style>