Shades of Cerise #DF216D
Tints of Cerise #DF216D
RGB
CMYK
RGB Variations
Color information
#DF216D (or 0xDF216D) is known color: Cerise. HEX triplet: DF, 21 and 6D. RGB value is (223,33,109). Sum of RGB (Red+Green+Blue) = 223+33+109=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF216D is #20DE92. Grayscale: #626262. Windows color (decimal): -2154131 or 7152095. OLE color: 7152095.
HSL color Cylindrical-coordinate representation of color #DF216D: hue angle of 336º 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 #DF216D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 109 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.13 |
| HSL | 336º | 0.75% | 0.5% | - |
| HSV(B) | 336º | 0.85% | 0.87% | - |
| XYZ | 33.74 | 17.88 | 16.14 | - |
| YUV | 98.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 109 | 0 | 0.85 | 0.51 | 0.13 | 336 | 0.75 | 0.5 |
| Hex | DF | 21 | 6D | 0 | 55 | 33 | D | 150 | 4B | 32 |
| Octal | 337 | 41 | 155 | 0 | 125 | 63 | 15 | 520 | 113 | 62 |
| Binary | 11011111 | 100001 | 1101101 | 0 | 1010101 | 110011 | 1101 | 101010000 | 1001011 | 110010 |
Color Harmonies of #DF216D
Complementary color
Monochromatic Colors of #DF216D
Black with #DF216D
Text Example
Text Example
White with #DF216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF216D; }
p { color: rgb(223,33,109); }
H1.HeaderClassName
{
color: #DF216D;
}
.AnyTagClassName
{
color: #DF216D;
}
</style>
background-color css
<style>
a { background-color: #DF216D; }
a { background-color: rgb(223,33,109); }
div.DivClassName
{
background-color: #DF216D;
}
.BgClassName
{
background-color: #DF216D;
}
</style>
border-color css
<style>
span { border-color: #DF216D; }
span { border-color: rgb(223,33,109); }
td.TdClassName
{
border-color: #DF216D;
}
.TagClassName
{
border-color: #DF216D;
}
</style>