Shades of Deep Cerise #DF2185
Tints of Deep Cerise #DF2185
RGB
CMYK
RGB Variations
Color information
#DF2185 (or 0xDF2185) is known color: Deep Cerise. HEX triplet: DF, 21 and 85. RGB value is (223,33,133). Sum of RGB (Red+Green+Blue) = 223+33+133=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2185 is #20DE7A. Grayscale: #646464. Windows color (decimal): -2154107 or 8724959. OLE color: 8724959.
HSL color Cylindrical-coordinate representation of color #DF2185: hue angle of 328.42º 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 #DF2185 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 133 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.13 |
| HSL | 328.42º | 0.75% | 0.5% | - |
| HSV(B) | 328.42º | 0.85% | 0.87% | - |
| XYZ | 35.21 | 18.47 | 23.9 | - |
| YUV | 101.21 | 145.95 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 133 | 0 | 0.85 | 0.40 | 0.13 | 328.42 | 0.75 | 0.5 |
| Hex | DF | 21 | 85 | 0 | 55 | 28 | D | 148 | 4B | 32 |
| Octal | 337 | 41 | 205 | 0 | 125 | 50 | 15 | 510 | 113 | 62 |
| Binary | 11011111 | 100001 | 10000101 | 0 | 1010101 | 101000 | 1101 | 101001000 | 1001011 | 110010 |
Color Harmonies of #DF2185
Complementary color
Monochromatic Colors of #DF2185
Black with #DF2185
Text Example
Text Example
White with #DF2185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2185; }
p { color: rgb(223,33,133); }
H1.HeaderClassName
{
color: #DF2185;
}
.AnyTagClassName
{
color: #DF2185;
}
</style>
background-color css
<style>
a { background-color: #DF2185; }
a { background-color: rgb(223,33,133); }
div.DivClassName
{
background-color: #DF2185;
}
.BgClassName
{
background-color: #DF2185;
}
</style>
border-color css
<style>
span { border-color: #DF2185; }
span { border-color: rgb(223,33,133); }
td.TdClassName
{
border-color: #DF2185;
}
.TagClassName
{
border-color: #DF2185;
}
</style>