Shades of Deep Cerise #DF218B
Tints of Deep Cerise #DF218B
RGB
CMYK
RGB Variations
Color information
#DF218B (or 0xDF218B) is known color: Deep Cerise. HEX triplet: DF, 21 and 8B. RGB value is (223,33,139). Sum of RGB (Red+Green+Blue) = 223+33+139=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF218B is #20DE74. Grayscale: #656565. Windows color (decimal): -2154101 or 9118175. OLE color: 9118175.
HSL color Cylindrical-coordinate representation of color #DF218B: hue angle of 326.53º 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 #DF218B is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 139 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.13 |
| HSL | 326.53º | 0.75% | 0.5% | - |
| HSV(B) | 326.53º | 0.85% | 0.87% | - |
| XYZ | 35.64 | 18.64 | 26.15 | - |
| YUV | 101.89 | 148.95 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 139 | 0 | 0.85 | 0.38 | 0.13 | 326.53 | 0.75 | 0.5 |
| Hex | DF | 21 | 8B | 0 | 55 | 26 | D | 147 | 4B | 32 |
| Octal | 337 | 41 | 213 | 0 | 125 | 46 | 15 | 507 | 113 | 62 |
| Binary | 11011111 | 100001 | 10001011 | 0 | 1010101 | 100110 | 1101 | 101000111 | 1001011 | 110010 |
Color Harmonies of #DF218B
Complementary color
Monochromatic Colors of #DF218B
Black with #DF218B
Text Example
Text Example
White with #DF218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF218B; }
p { color: rgb(223,33,139); }
H1.HeaderClassName
{
color: #DF218B;
}
.AnyTagClassName
{
color: #DF218B;
}
</style>
background-color css
<style>
a { background-color: #DF218B; }
a { background-color: rgb(223,33,139); }
div.DivClassName
{
background-color: #DF218B;
}
.BgClassName
{
background-color: #DF218B;
}
</style>
border-color css
<style>
span { border-color: #DF218B; }
span { border-color: rgb(223,33,139); }
td.TdClassName
{
border-color: #DF218B;
}
.TagClassName
{
border-color: #DF218B;
}
</style>