Shades of Deep Cerise #DF2184
Tints of Deep Cerise #DF2184
RGB
CMYK
RGB Variations
Color information
#DF2184 (or 0xDF2184) is known color: Deep Cerise. HEX triplet: DF, 21 and 84. RGB value is (223,33,132). Sum of RGB (Red+Green+Blue) = 223+33+132=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2184 is #20DE7B. Grayscale: #646464. Windows color (decimal): -2154108 or 8659423. OLE color: 8659423.
HSL color Cylindrical-coordinate representation of color #DF2184: hue angle of 328.74º 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 #DF2184 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 132 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.13 |
| HSL | 328.74º | 0.75% | 0.5% | - |
| HSV(B) | 328.74º | 0.85% | 0.87% | - |
| XYZ | 35.14 | 18.44 | 23.54 | - |
| YUV | 101.1 | 145.45 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 132 | 0 | 0.85 | 0.41 | 0.13 | 328.74 | 0.75 | 0.5 |
| Hex | DF | 21 | 84 | 0 | 55 | 29 | D | 149 | 4B | 32 |
| Octal | 337 | 41 | 204 | 0 | 125 | 51 | 15 | 511 | 113 | 62 |
| Binary | 11011111 | 100001 | 10000100 | 0 | 1010101 | 101001 | 1101 | 101001001 | 1001011 | 110010 |
Color Harmonies of #DF2184
Complementary color
Monochromatic Colors of #DF2184
Black with #DF2184
Text Example
Text Example
White with #DF2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2184; }
p { color: rgb(223,33,132); }
H1.HeaderClassName
{
color: #DF2184;
}
.AnyTagClassName
{
color: #DF2184;
}
</style>
background-color css
<style>
a { background-color: #DF2184; }
a { background-color: rgb(223,33,132); }
div.DivClassName
{
background-color: #DF2184;
}
.BgClassName
{
background-color: #DF2184;
}
</style>
border-color css
<style>
span { border-color: #DF2184; }
span { border-color: rgb(223,33,132); }
td.TdClassName
{
border-color: #DF2184;
}
.TagClassName
{
border-color: #DF2184;
}
</style>