Shades of Cerise #DF2265
Tints of Cerise #DF2265
RGB
CMYK
RGB Variations
Color information
#DF2265 (or 0xDF2265) is known color: Cerise. HEX triplet: DF, 22 and 65. RGB value is (223,34,101). Sum of RGB (Red+Green+Blue) = 223+34+101=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2265 is #20DD9A. Grayscale: #626262. Windows color (decimal): -2153883 or 6628063. OLE color: 6628063.
HSL color Cylindrical-coordinate representation of color #DF2265: hue angle of 338.73º 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 #DF2265 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 101 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.13 |
| HSL | 338.73º | 0.75% | 0.5% | - |
| HSV(B) | 338.73º | 0.85% | 0.87% | - |
| XYZ | 33.35 | 17.77 | 13.98 | - |
| YUV | 98.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 101 | 0 | 0.85 | 0.55 | 0.13 | 338.73 | 0.75 | 0.5 |
| Hex | DF | 22 | 65 | 0 | 55 | 37 | D | 153 | 4B | 32 |
| Octal | 337 | 42 | 145 | 0 | 125 | 67 | 15 | 523 | 113 | 62 |
| Binary | 11011111 | 100010 | 1100101 | 0 | 1010101 | 110111 | 1101 | 101010011 | 1001011 | 110010 |
Color Harmonies of #DF2265
Complementary color
Monochromatic Colors of #DF2265
Black with #DF2265
Text Example
Text Example
White with #DF2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2265; }
p { color: rgb(223,34,101); }
H1.HeaderClassName
{
color: #DF2265;
}
.AnyTagClassName
{
color: #DF2265;
}
</style>
background-color css
<style>
a { background-color: #DF2265; }
a { background-color: rgb(223,34,101); }
div.DivClassName
{
background-color: #DF2265;
}
.BgClassName
{
background-color: #DF2265;
}
</style>
border-color css
<style>
span { border-color: #DF2265; }
span { border-color: rgb(223,34,101); }
td.TdClassName
{
border-color: #DF2265;
}
.TagClassName
{
border-color: #DF2265;
}
</style>