Shades of Deep Cerise #DF2B87
Tints of Deep Cerise #DF2B87
RGB
CMYK
RGB Variations
Color information
#DF2B87 (or 0xDF2B87) is known color: Deep Cerise. HEX triplet: DF, 2B and 87. RGB value is (223,43,135). Sum of RGB (Red+Green+Blue) = 223+43+135=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B87 is #20D478. Grayscale: #6B6B6B. Windows color (decimal): -2151545 or 8858591. OLE color: 8858591.
HSL color Cylindrical-coordinate representation of color #DF2B87: hue angle of 329.33º 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 #DF2B87 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 135 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.13 |
| HSL | 329.33º | 0.74% | 0.52% | - |
| HSV(B) | 329.33º | 0.81% | 0.87% | - |
| XYZ | 35.67 | 19.17 | 24.74 | - |
| YUV | 107.31 | 143.63 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 135 | 0 | 0.81 | 0.39 | 0.13 | 329.33 | 0.74 | 0.52 |
| Hex | DF | 2B | 87 | 0 | 51 | 27 | D | 149 | 4A | 34 |
| Octal | 337 | 53 | 207 | 0 | 121 | 47 | 15 | 511 | 112 | 64 |
| Binary | 11011111 | 101011 | 10000111 | 0 | 1010001 | 100111 | 1101 | 101001001 | 1001010 | 110100 |
Color Harmonies of #DF2B87
Complementary color
Monochromatic Colors of #DF2B87
Black with #DF2B87
Text Example
Text Example
White with #DF2B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B87; }
p { color: rgb(223,43,135); }
H1.HeaderClassName
{
color: #DF2B87;
}
.AnyTagClassName
{
color: #DF2B87;
}
</style>
background-color css
<style>
a { background-color: #DF2B87; }
a { background-color: rgb(223,43,135); }
div.DivClassName
{
background-color: #DF2B87;
}
.BgClassName
{
background-color: #DF2B87;
}
</style>
border-color css
<style>
span { border-color: #DF2B87; }
span { border-color: rgb(223,43,135); }
td.TdClassName
{
border-color: #DF2B87;
}
.TagClassName
{
border-color: #DF2B87;
}
</style>