Shades of Cerise #DF226C
Tints of Cerise #DF226C
RGB
CMYK
RGB Variations
Color information
#DF226C (or 0xDF226C) is known color: Cerise. HEX triplet: DF, 22 and 6C. RGB value is (223,34,108). Sum of RGB (Red+Green+Blue) = 223+34+108=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF226C is #20DD93. Grayscale: #626262. Windows color (decimal): -2153876 or 7086815. OLE color: 7086815.
HSL color Cylindrical-coordinate representation of color #DF226C: hue angle of 336.51º 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 #DF226C is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 108 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.13 |
| HSL | 336.51º | 0.75% | 0.5% | - |
| HSV(B) | 336.51º | 0.85% | 0.87% | - |
| XYZ | 33.71 | 17.91 | 15.87 | - |
| YUV | 98.95 | 133.12 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 108 | 0 | 0.85 | 0.52 | 0.13 | 336.51 | 0.75 | 0.5 |
| Hex | DF | 22 | 6C | 0 | 55 | 34 | D | 151 | 4B | 32 |
| Octal | 337 | 42 | 154 | 0 | 125 | 64 | 15 | 521 | 113 | 62 |
| Binary | 11011111 | 100010 | 1101100 | 0 | 1010101 | 110100 | 1101 | 101010001 | 1001011 | 110010 |
Color Harmonies of #DF226C
Complementary color
Monochromatic Colors of #DF226C
Black with #DF226C
Text Example
Text Example
White with #DF226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF226C; }
p { color: rgb(223,34,108); }
H1.HeaderClassName
{
color: #DF226C;
}
.AnyTagClassName
{
color: #DF226C;
}
</style>
background-color css
<style>
a { background-color: #DF226C; }
a { background-color: rgb(223,34,108); }
div.DivClassName
{
background-color: #DF226C;
}
.BgClassName
{
background-color: #DF226C;
}
</style>
border-color css
<style>
span { border-color: #DF226C; }
span { border-color: rgb(223,34,108); }
td.TdClassName
{
border-color: #DF226C;
}
.TagClassName
{
border-color: #DF226C;
}
</style>