Shades of Deep Cerise #DF2285
Tints of Deep Cerise #DF2285
RGB
CMYK
RGB Variations
Color information
#DF2285 (or 0xDF2285) is known color: Deep Cerise. HEX triplet: DF, 22 and 85. RGB value is (223,34,133). Sum of RGB (Red+Green+Blue) = 223+34+133=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2285 is #20DD7A. Grayscale: #656565. Windows color (decimal): -2153851 or 8725215. OLE color: 8725215.
HSL color Cylindrical-coordinate representation of color #DF2285: hue angle of 328.57º 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 #DF2285 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 133 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.13 |
| HSL | 328.57º | 0.75% | 0.5% | - |
| HSV(B) | 328.57º | 0.85% | 0.87% | - |
| XYZ | 35.24 | 18.53 | 23.91 | - |
| YUV | 101.8 | 145.62 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 133 | 0 | 0.85 | 0.40 | 0.13 | 328.57 | 0.75 | 0.5 |
| Hex | DF | 22 | 85 | 0 | 55 | 28 | D | 149 | 4B | 32 |
| Octal | 337 | 42 | 205 | 0 | 125 | 50 | 15 | 511 | 113 | 62 |
| Binary | 11011111 | 100010 | 10000101 | 0 | 1010101 | 101000 | 1101 | 101001001 | 1001011 | 110010 |
Color Harmonies of #DF2285
Complementary color
Monochromatic Colors of #DF2285
Black with #DF2285
Text Example
Text Example
White with #DF2285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2285; }
p { color: rgb(223,34,133); }
H1.HeaderClassName
{
color: #DF2285;
}
.AnyTagClassName
{
color: #DF2285;
}
</style>
background-color css
<style>
a { background-color: #DF2285; }
a { background-color: rgb(223,34,133); }
div.DivClassName
{
background-color: #DF2285;
}
.BgClassName
{
background-color: #DF2285;
}
</style>
border-color css
<style>
span { border-color: #DF2285; }
span { border-color: rgb(223,34,133); }
td.TdClassName
{
border-color: #DF2285;
}
.TagClassName
{
border-color: #DF2285;
}
</style>