Shades of Deep Cerise #DF2891
Tints of Deep Cerise #DF2891
RGB
CMYK
RGB Variations
Color information
#DF2891 (or 0xDF2891) is known color: Deep Cerise. HEX triplet: DF, 28 and 91. RGB value is (223,40,145). Sum of RGB (Red+Green+Blue) = 223+40+145=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2891 is #20D76E. Grayscale: #6A6A6A. Windows color (decimal): -2152303 or 9513183. OLE color: 9513183.
HSL color Cylindrical-coordinate representation of color #DF2891: hue angle of 325.57º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2891 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 145 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.13 |
| HSL | 325.57º | 0.74% | 0.52% | - |
| HSV(B) | 325.57º | 0.82% | 0.87% | - |
| XYZ | 36.3 | 19.25 | 28.59 | - |
| YUV | 106.69 | 149.63 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 145 | 0 | 0.82 | 0.35 | 0.13 | 325.57 | 0.74 | 0.52 |
| Hex | DF | 28 | 91 | 0 | 52 | 23 | D | 146 | 4A | 34 |
| Octal | 337 | 50 | 221 | 0 | 122 | 43 | 15 | 506 | 112 | 64 |
| Binary | 11011111 | 101000 | 10010001 | 0 | 1010010 | 100011 | 1101 | 101000110 | 1001010 | 110100 |
Color Harmonies of #DF2891
Complementary color
Monochromatic Colors of #DF2891
Black with #DF2891
Text Example
Text Example
White with #DF2891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2891; }
p { color: rgb(223,40,145); }
H1.HeaderClassName
{
color: #DF2891;
}
.AnyTagClassName
{
color: #DF2891;
}
</style>
background-color css
<style>
a { background-color: #DF2891; }
a { background-color: rgb(223,40,145); }
div.DivClassName
{
background-color: #DF2891;
}
.BgClassName
{
background-color: #DF2891;
}
</style>
border-color css
<style>
span { border-color: #DF2891; }
span { border-color: rgb(223,40,145); }
td.TdClassName
{
border-color: #DF2891;
}
.TagClassName
{
border-color: #DF2891;
}
</style>