Shades of Cerise #DF2266
Tints of Cerise #DF2266
RGB
CMYK
RGB Variations
Color information
#DF2266 (or 0xDF2266) is known color: Cerise. HEX triplet: DF, 22 and 66. RGB value is (223,34,102). Sum of RGB (Red+Green+Blue) = 223+34+102=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2266 is #20DD99. Grayscale: #626262. Windows color (decimal): -2153882 or 6693599. OLE color: 6693599.
HSL color Cylindrical-coordinate representation of color #DF2266: hue angle of 338.41º 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 #DF2266 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 102 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.13 |
| HSL | 338.41º | 0.75% | 0.5% | - |
| HSV(B) | 338.41º | 0.85% | 0.87% | - |
| XYZ | 33.4 | 17.79 | 14.24 | - |
| YUV | 98.26 | 130.12 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 102 | 0 | 0.85 | 0.54 | 0.13 | 338.41 | 0.75 | 0.5 |
| Hex | DF | 22 | 66 | 0 | 55 | 36 | D | 152 | 4B | 32 |
| Octal | 337 | 42 | 146 | 0 | 125 | 66 | 15 | 522 | 113 | 62 |
| Binary | 11011111 | 100010 | 1100110 | 0 | 1010101 | 110110 | 1101 | 101010010 | 1001011 | 110010 |
Color Harmonies of #DF2266
Complementary color
Monochromatic Colors of #DF2266
Black with #DF2266
Text Example
Text Example
White with #DF2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2266; }
p { color: rgb(223,34,102); }
H1.HeaderClassName
{
color: #DF2266;
}
.AnyTagClassName
{
color: #DF2266;
}
</style>
background-color css
<style>
a { background-color: #DF2266; }
a { background-color: rgb(223,34,102); }
div.DivClassName
{
background-color: #DF2266;
}
.BgClassName
{
background-color: #DF2266;
}
</style>
border-color css
<style>
span { border-color: #DF2266; }
span { border-color: rgb(223,34,102); }
td.TdClassName
{
border-color: #DF2266;
}
.TagClassName
{
border-color: #DF2266;
}
</style>