Shades of Deep Cerise #DF2282
Tints of Deep Cerise #DF2282
RGB
CMYK
RGB Variations
Color information
#DF2282 (or 0xDF2282) is known color: Deep Cerise. HEX triplet: DF, 22 and 82. RGB value is (223,34,130). Sum of RGB (Red+Green+Blue) = 223+34+130=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2282 is #20DD7D. Grayscale: #656565. Windows color (decimal): -2153854 or 8528607. OLE color: 8528607.
HSL color Cylindrical-coordinate representation of color #DF2282: hue angle of 329.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2282 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 130 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.13 |
| HSL | 329.52º | 0.75% | 0.5% | - |
| HSV(B) | 329.52º | 0.85% | 0.87% | - |
| XYZ | 35.03 | 18.44 | 22.83 | - |
| YUV | 101.46 | 144.12 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 130 | 0 | 0.85 | 0.42 | 0.13 | 329.52 | 0.75 | 0.5 |
| Hex | DF | 22 | 82 | 0 | 55 | 2A | D | 14A | 4B | 32 |
| Octal | 337 | 42 | 202 | 0 | 125 | 52 | 15 | 512 | 113 | 62 |
| Binary | 11011111 | 100010 | 10000010 | 0 | 1010101 | 101010 | 1101 | 101001010 | 1001011 | 110010 |
Color Harmonies of #DF2282
Complementary color
Monochromatic Colors of #DF2282
Black with #DF2282
Text Example
Text Example
White with #DF2282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2282; }
p { color: rgb(223,34,130); }
H1.HeaderClassName
{
color: #DF2282;
}
.AnyTagClassName
{
color: #DF2282;
}
</style>
background-color css
<style>
a { background-color: #DF2282; }
a { background-color: rgb(223,34,130); }
div.DivClassName
{
background-color: #DF2282;
}
.BgClassName
{
background-color: #DF2282;
}
</style>
border-color css
<style>
span { border-color: #DF2282; }
span { border-color: rgb(223,34,130); }
td.TdClassName
{
border-color: #DF2282;
}
.TagClassName
{
border-color: #DF2282;
}
</style>