Shades of Cerise #DF226B
Tints of Cerise #DF226B
RGB
CMYK
RGB Variations
Color information
#DF226B (or 0xDF226B) is known color: Cerise. HEX triplet: DF, 22 and 6B. RGB value is (223,34,107). Sum of RGB (Red+Green+Blue) = 223+34+107=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF226B is #20DD94. Grayscale: #626262. Windows color (decimal): -2153877 or 7021279. OLE color: 7021279.
HSL color Cylindrical-coordinate representation of color #DF226B: hue angle of 336.83º 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 #DF226B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 107 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.13 |
| HSL | 336.83º | 0.75% | 0.5% | - |
| HSV(B) | 336.83º | 0.85% | 0.87% | - |
| XYZ | 33.66 | 17.89 | 15.59 | - |
| YUV | 98.83 | 132.62 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 107 | 0 | 0.85 | 0.52 | 0.13 | 336.83 | 0.75 | 0.5 |
| Hex | DF | 22 | 6B | 0 | 55 | 34 | D | 151 | 4B | 32 |
| Octal | 337 | 42 | 153 | 0 | 125 | 64 | 15 | 521 | 113 | 62 |
| Binary | 11011111 | 100010 | 1101011 | 0 | 1010101 | 110100 | 1101 | 101010001 | 1001011 | 110010 |
Color Harmonies of #DF226B
Complementary color
Monochromatic Colors of #DF226B
Black with #DF226B
Text Example
Text Example
White with #DF226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF226B; }
p { color: rgb(223,34,107); }
H1.HeaderClassName
{
color: #DF226B;
}
.AnyTagClassName
{
color: #DF226B;
}
</style>
background-color css
<style>
a { background-color: #DF226B; }
a { background-color: rgb(223,34,107); }
div.DivClassName
{
background-color: #DF226B;
}
.BgClassName
{
background-color: #DF226B;
}
</style>
border-color css
<style>
span { border-color: #DF226B; }
span { border-color: rgb(223,34,107); }
td.TdClassName
{
border-color: #DF226B;
}
.TagClassName
{
border-color: #DF226B;
}
</style>