Shades of Deep Cerise #DF2A87
Tints of Deep Cerise #DF2A87
RGB
CMYK
RGB Variations
Color information
#DF2A87 (or 0xDF2A87) is known color: Deep Cerise. HEX triplet: DF, 2A and 87. RGB value is (223,42,135). Sum of RGB (Red+Green+Blue) = 223+42+135=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A87 is #20D578. Grayscale: #6A6A6A. Windows color (decimal): -2151801 or 8858335. OLE color: 8858335.
HSL color Cylindrical-coordinate representation of color #DF2A87: hue angle of 329.17º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A87 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 135 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.13 |
| HSL | 329.17º | 0.74% | 0.52% | - |
| HSV(B) | 329.17º | 0.81% | 0.87% | - |
| XYZ | 35.63 | 19.09 | 24.73 | - |
| YUV | 106.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 135 | 0 | 0.81 | 0.39 | 0.13 | 329.17 | 0.74 | 0.52 |
| Hex | DF | 2A | 87 | 0 | 51 | 27 | D | 149 | 4A | 34 |
| Octal | 337 | 52 | 207 | 0 | 121 | 47 | 15 | 511 | 112 | 64 |
| Binary | 11011111 | 101010 | 10000111 | 0 | 1010001 | 100111 | 1101 | 101001001 | 1001010 | 110100 |
Color Harmonies of #DF2A87
Complementary color
Monochromatic Colors of #DF2A87
Black with #DF2A87
Text Example
Text Example
White with #DF2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A87; }
p { color: rgb(223,42,135); }
H1.HeaderClassName
{
color: #DF2A87;
}
.AnyTagClassName
{
color: #DF2A87;
}
</style>
background-color css
<style>
a { background-color: #DF2A87; }
a { background-color: rgb(223,42,135); }
div.DivClassName
{
background-color: #DF2A87;
}
.BgClassName
{
background-color: #DF2A87;
}
</style>
border-color css
<style>
span { border-color: #DF2A87; }
span { border-color: rgb(223,42,135); }
td.TdClassName
{
border-color: #DF2A87;
}
.TagClassName
{
border-color: #DF2A87;
}
</style>