Shades of Deep Cerise #DF218A
Tints of Deep Cerise #DF218A
RGB
CMYK
RGB Variations
Color information
#DF218A (or 0xDF218A) is known color: Deep Cerise. HEX triplet: DF, 21 and 8A. RGB value is (223,33,138). Sum of RGB (Red+Green+Blue) = 223+33+138=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF218A is #20DE75. Grayscale: #656565. Windows color (decimal): -2154102 or 9052639. OLE color: 9052639.
HSL color Cylindrical-coordinate representation of color #DF218A: hue angle of 326.84º 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 #DF218A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 138 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.13 |
| HSL | 326.84º | 0.75% | 0.5% | - |
| HSV(B) | 326.84º | 0.85% | 0.87% | - |
| XYZ | 35.56 | 18.61 | 25.76 | - |
| YUV | 101.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 138 | 0 | 0.85 | 0.38 | 0.13 | 326.84 | 0.75 | 0.5 |
| Hex | DF | 21 | 8A | 0 | 55 | 26 | D | 147 | 4B | 32 |
| Octal | 337 | 41 | 212 | 0 | 125 | 46 | 15 | 507 | 113 | 62 |
| Binary | 11011111 | 100001 | 10001010 | 0 | 1010101 | 100110 | 1101 | 101000111 | 1001011 | 110010 |
Color Harmonies of #DF218A
Complementary color
Monochromatic Colors of #DF218A
Black with #DF218A
Text Example
Text Example
White with #DF218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF218A; }
p { color: rgb(223,33,138); }
H1.HeaderClassName
{
color: #DF218A;
}
.AnyTagClassName
{
color: #DF218A;
}
</style>
background-color css
<style>
a { background-color: #DF218A; }
a { background-color: rgb(223,33,138); }
div.DivClassName
{
background-color: #DF218A;
}
.BgClassName
{
background-color: #DF218A;
}
</style>
border-color css
<style>
span { border-color: #DF218A; }
span { border-color: rgb(223,33,138); }
td.TdClassName
{
border-color: #DF218A;
}
.TagClassName
{
border-color: #DF218A;
}
</style>