Shades of Deep Cerise #DF2284
Tints of Deep Cerise #DF2284
RGB
CMYK
RGB Variations
Color information
#DF2284 (or 0xDF2284) is known color: Deep Cerise. HEX triplet: DF, 22 and 84. RGB value is (223,34,132). Sum of RGB (Red+Green+Blue) = 223+34+132=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2284 is #20DD7B. Grayscale: #656565. Windows color (decimal): -2153852 or 8659679. OLE color: 8659679.
HSL color Cylindrical-coordinate representation of color #DF2284: hue angle of 328.89º 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 #DF2284 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 132 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.13 |
| HSL | 328.89º | 0.75% | 0.5% | - |
| HSV(B) | 328.89º | 0.85% | 0.87% | - |
| XYZ | 35.17 | 18.5 | 23.55 | - |
| YUV | 101.68 | 145.12 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 132 | 0 | 0.85 | 0.41 | 0.13 | 328.89 | 0.75 | 0.5 |
| Hex | DF | 22 | 84 | 0 | 55 | 29 | D | 149 | 4B | 32 |
| Octal | 337 | 42 | 204 | 0 | 125 | 51 | 15 | 511 | 113 | 62 |
| Binary | 11011111 | 100010 | 10000100 | 0 | 1010101 | 101001 | 1101 | 101001001 | 1001011 | 110010 |
Color Harmonies of #DF2284
Complementary color
Monochromatic Colors of #DF2284
Black with #DF2284
Text Example
Text Example
White with #DF2284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2284; }
p { color: rgb(223,34,132); }
H1.HeaderClassName
{
color: #DF2284;
}
.AnyTagClassName
{
color: #DF2284;
}
</style>
background-color css
<style>
a { background-color: #DF2284; }
a { background-color: rgb(223,34,132); }
div.DivClassName
{
background-color: #DF2284;
}
.BgClassName
{
background-color: #DF2284;
}
</style>
border-color css
<style>
span { border-color: #DF2284; }
span { border-color: rgb(223,34,132); }
td.TdClassName
{
border-color: #DF2284;
}
.TagClassName
{
border-color: #DF2284;
}
</style>