Shades of Deep Cerise #DF2B86
Tints of Deep Cerise #DF2B86
RGB
CMYK
RGB Variations
Color information
#DF2B86 (or 0xDF2B86) is known color: Deep Cerise. HEX triplet: DF, 2B and 86. RGB value is (223,43,134). Sum of RGB (Red+Green+Blue) = 223+43+134=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2B86 is #20D479. Grayscale: #6B6B6B. Windows color (decimal): -2151546 or 8793055. OLE color: 8793055.
HSL color Cylindrical-coordinate representation of color #DF2B86: hue angle of 329.67º 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 #DF2B86 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 134 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.13 |
| HSL | 329.67º | 0.74% | 0.52% | - |
| HSV(B) | 329.67º | 0.81% | 0.87% | - |
| XYZ | 35.6 | 19.14 | 24.37 | - |
| YUV | 107.19 | 143.13 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 134 | 0 | 0.81 | 0.40 | 0.13 | 329.67 | 0.74 | 0.52 |
| Hex | DF | 2B | 86 | 0 | 51 | 28 | D | 14A | 4A | 34 |
| Octal | 337 | 53 | 206 | 0 | 121 | 50 | 15 | 512 | 112 | 64 |
| Binary | 11011111 | 101011 | 10000110 | 0 | 1010001 | 101000 | 1101 | 101001010 | 1001010 | 110100 |
Color Harmonies of #DF2B86
Complementary color
Monochromatic Colors of #DF2B86
Black with #DF2B86
Text Example
Text Example
White with #DF2B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B86; }
p { color: rgb(223,43,134); }
H1.HeaderClassName
{
color: #DF2B86;
}
.AnyTagClassName
{
color: #DF2B86;
}
</style>
background-color css
<style>
a { background-color: #DF2B86; }
a { background-color: rgb(223,43,134); }
div.DivClassName
{
background-color: #DF2B86;
}
.BgClassName
{
background-color: #DF2B86;
}
</style>
border-color css
<style>
span { border-color: #DF2B86; }
span { border-color: rgb(223,43,134); }
td.TdClassName
{
border-color: #DF2B86;
}
.TagClassName
{
border-color: #DF2B86;
}
</style>