Shades of Deep Cerise #DF2895
Tints of Deep Cerise #DF2895
RGB
CMYK
RGB Variations
Color information
#DF2895 (or 0xDF2895) is known color: Deep Cerise. HEX triplet: DF, 28 and 95. RGB value is (223,40,149). Sum of RGB (Red+Green+Blue) = 223+40+149=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2895 is #20D76A. Grayscale: #6A6A6A. Windows color (decimal): -2152299 or 9775327. OLE color: 9775327.
HSL color Cylindrical-coordinate representation of color #DF2895: hue angle of 324.26º 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 #DF2895 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 149 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.13 |
| HSL | 324.26º | 0.74% | 0.52% | - |
| HSV(B) | 324.26º | 0.82% | 0.87% | - |
| XYZ | 36.62 | 19.38 | 30.24 | - |
| YUV | 107.14 | 151.63 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 149 | 0 | 0.82 | 0.33 | 0.13 | 324.26 | 0.74 | 0.52 |
| Hex | DF | 28 | 95 | 0 | 52 | 21 | D | 144 | 4A | 34 |
| Octal | 337 | 50 | 225 | 0 | 122 | 41 | 15 | 504 | 112 | 64 |
| Binary | 11011111 | 101000 | 10010101 | 0 | 1010010 | 100001 | 1101 | 101000100 | 1001010 | 110100 |
Color Harmonies of #DF2895
Complementary color
Monochromatic Colors of #DF2895
Black with #DF2895
Text Example
Text Example
White with #DF2895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2895; }
p { color: rgb(223,40,149); }
H1.HeaderClassName
{
color: #DF2895;
}
.AnyTagClassName
{
color: #DF2895;
}
</style>
background-color css
<style>
a { background-color: #DF2895; }
a { background-color: rgb(223,40,149); }
div.DivClassName
{
background-color: #DF2895;
}
.BgClassName
{
background-color: #DF2895;
}
</style>
border-color css
<style>
span { border-color: #DF2895; }
span { border-color: rgb(223,40,149); }
td.TdClassName
{
border-color: #DF2895;
}
.TagClassName
{
border-color: #DF2895;
}
</style>