Shades of Deep Cerise #DF2289
Tints of Deep Cerise #DF2289
RGB
CMYK
RGB Variations
Color information
#DF2289 (or 0xDF2289) is known color: Deep Cerise. HEX triplet: DF, 22 and 89. RGB value is (223,34,137). Sum of RGB (Red+Green+Blue) = 223+34+137=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2289 is #20DD76. Grayscale: #666666. Windows color (decimal): -2153847 or 8987359. OLE color: 8987359.
HSL color Cylindrical-coordinate representation of color #DF2289: hue angle of 327.3º 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 #DF2289 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 137 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.13 |
| HSL | 327.3º | 0.75% | 0.5% | - |
| HSV(B) | 327.3º | 0.85% | 0.87% | - |
| XYZ | 35.52 | 18.64 | 25.39 | - |
| YUV | 102.25 | 147.62 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 137 | 0 | 0.85 | 0.39 | 0.13 | 327.3 | 0.75 | 0.5 |
| Hex | DF | 22 | 89 | 0 | 55 | 27 | D | 147 | 4B | 32 |
| Octal | 337 | 42 | 211 | 0 | 125 | 47 | 15 | 507 | 113 | 62 |
| Binary | 11011111 | 100010 | 10001001 | 0 | 1010101 | 100111 | 1101 | 101000111 | 1001011 | 110010 |
Color Harmonies of #DF2289
Complementary color
Monochromatic Colors of #DF2289
Black with #DF2289
Text Example
Text Example
White with #DF2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2289; }
p { color: rgb(223,34,137); }
H1.HeaderClassName
{
color: #DF2289;
}
.AnyTagClassName
{
color: #DF2289;
}
</style>
background-color css
<style>
a { background-color: #DF2289; }
a { background-color: rgb(223,34,137); }
div.DivClassName
{
background-color: #DF2289;
}
.BgClassName
{
background-color: #DF2289;
}
</style>
border-color css
<style>
span { border-color: #DF2289; }
span { border-color: rgb(223,34,137); }
td.TdClassName
{
border-color: #DF2289;
}
.TagClassName
{
border-color: #DF2289;
}
</style>