Shades of Cerise #DF226A
Tints of Cerise #DF226A
RGB
CMYK
RGB Variations
Color information
#DF226A (or 0xDF226A) is known color: Cerise. HEX triplet: DF, 22 and 6A. RGB value is (223,34,106). Sum of RGB (Red+Green+Blue) = 223+34+106=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF226A is #20DD95. Grayscale: #626262. Windows color (decimal): -2153878 or 6955743. OLE color: 6955743.
HSL color Cylindrical-coordinate representation of color #DF226A: hue angle of 337.14º 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 #DF226A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 106 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.13 |
| HSL | 337.14º | 0.75% | 0.5% | - |
| HSV(B) | 337.14º | 0.85% | 0.87% | - |
| XYZ | 33.6 | 17.87 | 15.31 | - |
| YUV | 98.72 | 132.12 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 106 | 0 | 0.85 | 0.52 | 0.13 | 337.14 | 0.75 | 0.5 |
| Hex | DF | 22 | 6A | 0 | 55 | 34 | D | 151 | 4B | 32 |
| Octal | 337 | 42 | 152 | 0 | 125 | 64 | 15 | 521 | 113 | 62 |
| Binary | 11011111 | 100010 | 1101010 | 0 | 1010101 | 110100 | 1101 | 101010001 | 1001011 | 110010 |
Color Harmonies of #DF226A
Complementary color
Monochromatic Colors of #DF226A
Black with #DF226A
Text Example
Text Example
White with #DF226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF226A; }
p { color: rgb(223,34,106); }
H1.HeaderClassName
{
color: #DF226A;
}
.AnyTagClassName
{
color: #DF226A;
}
</style>
background-color css
<style>
a { background-color: #DF226A; }
a { background-color: rgb(223,34,106); }
div.DivClassName
{
background-color: #DF226A;
}
.BgClassName
{
background-color: #DF226A;
}
</style>
border-color css
<style>
span { border-color: #DF226A; }
span { border-color: rgb(223,34,106); }
td.TdClassName
{
border-color: #DF226A;
}
.TagClassName
{
border-color: #DF226A;
}
</style>