Shades of Deep Cerise #DF227A
Tints of Deep Cerise #DF227A
RGB
CMYK
RGB Variations
Color information
#DF227A (or 0xDF227A) is known color: Deep Cerise. HEX triplet: DF, 22 and 7A. RGB value is (223,34,122). Sum of RGB (Red+Green+Blue) = 223+34+122=379 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.84% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 223 - color contains mainly: red. Hex color #DF227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF227A is #20DD85. Grayscale: #646464. Windows color (decimal): -2153862 or 8004319. OLE color: 8004319.
HSL color Cylindrical-coordinate representation of color #DF227A: hue angle of 332.06º 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 #DF227A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 122 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.13 |
| HSL | 332.06º | 0.75% | 0.5% | - |
| HSV(B) | 332.06º | 0.85% | 0.87% | - |
| XYZ | 34.52 | 18.24 | 20.11 | - |
| YUV | 100.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 122 | 0 | 0.85 | 0.45 | 0.13 | 332.06 | 0.75 | 0.5 |
| Hex | DF | 22 | 7A | 0 | 55 | 2D | D | 14C | 4B | 32 |
| Octal | 337 | 42 | 172 | 0 | 125 | 55 | 15 | 514 | 113 | 62 |
| Binary | 11011111 | 100010 | 1111010 | 0 | 1010101 | 101101 | 1101 | 101001100 | 1001011 | 110010 |
Color Harmonies of #DF227A
Complementary color
Monochromatic Colors of #DF227A
Black with #DF227A
Text Example
Text Example
White with #DF227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF227A; }
p { color: rgb(223,34,122); }
H1.HeaderClassName
{
color: #DF227A;
}
.AnyTagClassName
{
color: #DF227A;
}
</style>
background-color css
<style>
a { background-color: #DF227A; }
a { background-color: rgb(223,34,122); }
div.DivClassName
{
background-color: #DF227A;
}
.BgClassName
{
background-color: #DF227A;
}
</style>
border-color css
<style>
span { border-color: #DF227A; }
span { border-color: rgb(223,34,122); }
td.TdClassName
{
border-color: #DF227A;
}
.TagClassName
{
border-color: #DF227A;
}
</style>