Shades of Cerise #DF216E
Tints of Cerise #DF216E
RGB
CMYK
RGB Variations
Color information
#DF216E (or 0xDF216E) is known color: Cerise. HEX triplet: DF, 21 and 6E. RGB value is (223,33,110). Sum of RGB (Red+Green+Blue) = 223+33+110=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF216E is #20DE91. Grayscale: #626262. Windows color (decimal): -2154130 or 7217631. OLE color: 7217631.
HSL color Cylindrical-coordinate representation of color #DF216E: hue angle of 335.68º 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 #DF216E is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 110 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.13 |
| HSL | 335.68º | 0.75% | 0.5% | - |
| HSV(B) | 335.68º | 0.85% | 0.87% | - |
| XYZ | 33.79 | 17.9 | 16.43 | - |
| YUV | 98.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 110 | 0 | 0.85 | 0.51 | 0.13 | 335.68 | 0.75 | 0.5 |
| Hex | DF | 21 | 6E | 0 | 55 | 33 | D | 150 | 4B | 32 |
| Octal | 337 | 41 | 156 | 0 | 125 | 63 | 15 | 520 | 113 | 62 |
| Binary | 11011111 | 100001 | 1101110 | 0 | 1010101 | 110011 | 1101 | 101010000 | 1001011 | 110010 |
Color Harmonies of #DF216E
Complementary color
Monochromatic Colors of #DF216E
Black with #DF216E
Text Example
Text Example
White with #DF216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF216E; }
p { color: rgb(223,33,110); }
H1.HeaderClassName
{
color: #DF216E;
}
.AnyTagClassName
{
color: #DF216E;
}
</style>
background-color css
<style>
a { background-color: #DF216E; }
a { background-color: rgb(223,33,110); }
div.DivClassName
{
background-color: #DF216E;
}
.BgClassName
{
background-color: #DF216E;
}
</style>
border-color css
<style>
span { border-color: #DF216E; }
span { border-color: rgb(223,33,110); }
td.TdClassName
{
border-color: #DF216E;
}
.TagClassName
{
border-color: #DF216E;
}
</style>