Shades of Cerise #DF226F
Tints of Cerise #DF226F
RGB
CMYK
RGB Variations
Color information
#DF226F (or 0xDF226F) is known color: Cerise. HEX triplet: DF, 22 and 6F. RGB value is (223,34,111). Sum of RGB (Red+Green+Blue) = 223+34+111=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF226F is #20DD90. Grayscale: #636363. Windows color (decimal): -2153873 or 7283423. OLE color: 7283423.
HSL color Cylindrical-coordinate representation of color #DF226F: hue angle of 335.56º 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 #DF226F is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 111 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.13 |
| HSL | 335.56º | 0.75% | 0.5% | - |
| HSV(B) | 335.56º | 0.85% | 0.87% | - |
| XYZ | 33.87 | 17.98 | 16.72 | - |
| YUV | 99.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 111 | 0 | 0.85 | 0.50 | 0.13 | 335.56 | 0.75 | 0.5 |
| Hex | DF | 22 | 6F | 0 | 55 | 32 | D | 150 | 4B | 32 |
| Octal | 337 | 42 | 157 | 0 | 125 | 62 | 15 | 520 | 113 | 62 |
| Binary | 11011111 | 100010 | 1101111 | 0 | 1010101 | 110010 | 1101 | 101010000 | 1001011 | 110010 |
Color Harmonies of #DF226F
Complementary color
Monochromatic Colors of #DF226F
Black with #DF226F
Text Example
Text Example
White with #DF226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF226F; }
p { color: rgb(223,34,111); }
H1.HeaderClassName
{
color: #DF226F;
}
.AnyTagClassName
{
color: #DF226F;
}
</style>
background-color css
<style>
a { background-color: #DF226F; }
a { background-color: rgb(223,34,111); }
div.DivClassName
{
background-color: #DF226F;
}
.BgClassName
{
background-color: #DF226F;
}
</style>
border-color css
<style>
span { border-color: #DF226F; }
span { border-color: rgb(223,34,111); }
td.TdClassName
{
border-color: #DF226F;
}
.TagClassName
{
border-color: #DF226F;
}
</style>