Shades of Deep Cerise #DF2275
Tints of Deep Cerise #DF2275
RGB
CMYK
RGB Variations
Color information
#DF2275 (or 0xDF2275) is known color: Deep Cerise. HEX triplet: DF, 22 and 75. RGB value is (223,34,117). Sum of RGB (Red+Green+Blue) = 223+34+117=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2275 is #20DD8A. Grayscale: #636363. Windows color (decimal): -2153867 or 7676639. OLE color: 7676639.
HSL color Cylindrical-coordinate representation of color #DF2275: hue angle of 333.65º 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 #DF2275 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 117 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.13 |
| HSL | 333.65º | 0.75% | 0.5% | - |
| HSV(B) | 333.65º | 0.85% | 0.87% | - |
| XYZ | 34.21 | 18.12 | 18.52 | - |
| YUV | 99.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 117 | 0 | 0.85 | 0.48 | 0.13 | 333.65 | 0.75 | 0.5 |
| Hex | DF | 22 | 75 | 0 | 55 | 30 | D | 14E | 4B | 32 |
| Octal | 337 | 42 | 165 | 0 | 125 | 60 | 15 | 516 | 113 | 62 |
| Binary | 11011111 | 100010 | 1110101 | 0 | 1010101 | 110000 | 1101 | 101001110 | 1001011 | 110010 |
Color Harmonies of #DF2275
Complementary color
Monochromatic Colors of #DF2275
Black with #DF2275
Text Example
Text Example
White with #DF2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2275; }
p { color: rgb(223,34,117); }
H1.HeaderClassName
{
color: #DF2275;
}
.AnyTagClassName
{
color: #DF2275;
}
</style>
background-color css
<style>
a { background-color: #DF2275; }
a { background-color: rgb(223,34,117); }
div.DivClassName
{
background-color: #DF2275;
}
.BgClassName
{
background-color: #DF2275;
}
</style>
border-color css
<style>
span { border-color: #DF2275; }
span { border-color: rgb(223,34,117); }
td.TdClassName
{
border-color: #DF2275;
}
.TagClassName
{
border-color: #DF2275;
}
</style>