Shades of Cerise #DF2267
Tints of Cerise #DF2267
RGB
CMYK
RGB Variations
Color information
#DF2267 (or 0xDF2267) is known color: Cerise. HEX triplet: DF, 22 and 67. RGB value is (223,34,103). Sum of RGB (Red+Green+Blue) = 223+34+103=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2267 is #20DD98. Grayscale: #626262. Windows color (decimal): -2153881 or 6759135. OLE color: 6759135.
HSL color Cylindrical-coordinate representation of color #DF2267: hue angle of 338.1º 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 #DF2267 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 103 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.13 |
| HSL | 338.1º | 0.75% | 0.5% | - |
| HSV(B) | 338.1º | 0.85% | 0.87% | - |
| XYZ | 33.45 | 17.81 | 14.51 | - |
| YUV | 98.38 | 130.62 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 103 | 0 | 0.85 | 0.54 | 0.13 | 338.1 | 0.75 | 0.5 |
| Hex | DF | 22 | 67 | 0 | 55 | 36 | D | 152 | 4B | 32 |
| Octal | 337 | 42 | 147 | 0 | 125 | 66 | 15 | 522 | 113 | 62 |
| Binary | 11011111 | 100010 | 1100111 | 0 | 1010101 | 110110 | 1101 | 101010010 | 1001011 | 110010 |
Color Harmonies of #DF2267
Complementary color
Monochromatic Colors of #DF2267
Black with #DF2267
Text Example
Text Example
White with #DF2267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2267; }
p { color: rgb(223,34,103); }
H1.HeaderClassName
{
color: #DF2267;
}
.AnyTagClassName
{
color: #DF2267;
}
</style>
background-color css
<style>
a { background-color: #DF2267; }
a { background-color: rgb(223,34,103); }
div.DivClassName
{
background-color: #DF2267;
}
.BgClassName
{
background-color: #DF2267;
}
</style>
border-color css
<style>
span { border-color: #DF2267; }
span { border-color: rgb(223,34,103); }
td.TdClassName
{
border-color: #DF2267;
}
.TagClassName
{
border-color: #DF2267;
}
</style>