Shades of Deep Cerise #DF2495
Tints of Deep Cerise #DF2495
RGB
CMYK
RGB Variations
Color information
#DF2495 (or 0xDF2495) is known color: Deep Cerise. HEX triplet: DF, 24 and 95. RGB value is (223,36,149). Sum of RGB (Red+Green+Blue) = 223+36+149=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2495 is #20DB6A. Grayscale: #686868. Windows color (decimal): -2153323 or 9774303. OLE color: 9774303.
HSL color Cylindrical-coordinate representation of color #DF2495: hue angle of 323.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2495 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 149 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.13 |
| HSL | 323.74º | 0.75% | 0.51% | - |
| HSV(B) | 323.74º | 0.84% | 0.87% | - |
| XYZ | 36.49 | 19.12 | 30.2 | - |
| YUV | 104.8 | 152.95 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 149 | 0 | 0.84 | 0.33 | 0.13 | 323.74 | 0.75 | 0.51 |
| Hex | DF | 24 | 95 | 0 | 54 | 21 | D | 144 | 4B | 33 |
| Octal | 337 | 44 | 225 | 0 | 124 | 41 | 15 | 504 | 113 | 63 |
| Binary | 11011111 | 100100 | 10010101 | 0 | 1010100 | 100001 | 1101 | 101000100 | 1001011 | 110011 |
Color Harmonies of #DF2495
Complementary color
Monochromatic Colors of #DF2495
Black with #DF2495
Text Example
Text Example
White with #DF2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2495; }
p { color: rgb(223,36,149); }
H1.HeaderClassName
{
color: #DF2495;
}
.AnyTagClassName
{
color: #DF2495;
}
</style>
background-color css
<style>
a { background-color: #DF2495; }
a { background-color: rgb(223,36,149); }
div.DivClassName
{
background-color: #DF2495;
}
.BgClassName
{
background-color: #DF2495;
}
</style>
border-color css
<style>
span { border-color: #DF2495; }
span { border-color: rgb(223,36,149); }
td.TdClassName
{
border-color: #DF2495;
}
.TagClassName
{
border-color: #DF2495;
}
</style>