Shades of Deep Cerise #DF2C89
Tints of Deep Cerise #DF2C89
RGB
CMYK
RGB Variations
Color information
#DF2C89 (or 0xDF2C89) is known color: Deep Cerise. HEX triplet: DF, 2C and 89. RGB value is (223,44,137). Sum of RGB (Red+Green+Blue) = 223+44+137=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2C89 is #20D376. Grayscale: #6B6B6B. Windows color (decimal): -2151287 or 8989919. OLE color: 8989919.
HSL color Cylindrical-coordinate representation of color #DF2C89: hue angle of 328.83º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2C89 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 137 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.13 |
| HSL | 328.83º | 0.74% | 0.52% | - |
| HSV(B) | 328.83º | 0.8% | 0.87% | - |
| XYZ | 35.85 | 19.3 | 25.5 | - |
| YUV | 108.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 137 | 0 | 0.80 | 0.39 | 0.13 | 328.83 | 0.74 | 0.52 |
| Hex | DF | 2C | 89 | 0 | 50 | 27 | D | 149 | 4A | 34 |
| Octal | 337 | 54 | 211 | 0 | 120 | 47 | 15 | 511 | 112 | 64 |
| Binary | 11011111 | 101100 | 10001001 | 0 | 1010000 | 100111 | 1101 | 101001001 | 1001010 | 110100 |
Color Harmonies of #DF2C89
Complementary color
Monochromatic Colors of #DF2C89
Black with #DF2C89
Text Example
Text Example
White with #DF2C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C89; }
p { color: rgb(223,44,137); }
H1.HeaderClassName
{
color: #DF2C89;
}
.AnyTagClassName
{
color: #DF2C89;
}
</style>
background-color css
<style>
a { background-color: #DF2C89; }
a { background-color: rgb(223,44,137); }
div.DivClassName
{
background-color: #DF2C89;
}
.BgClassName
{
background-color: #DF2C89;
}
</style>
border-color css
<style>
span { border-color: #DF2C89; }
span { border-color: rgb(223,44,137); }
td.TdClassName
{
border-color: #DF2C89;
}
.TagClassName
{
border-color: #DF2C89;
}
</style>