Shades of Deep Cerise #DF2188
Tints of Deep Cerise #DF2188
RGB
CMYK
RGB Variations
Color information
#DF2188 (or 0xDF2188) is known color: Deep Cerise. HEX triplet: DF, 21 and 88. RGB value is (223,33,136). Sum of RGB (Red+Green+Blue) = 223+33+136=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2188 is #20DE77. Grayscale: #656565. Windows color (decimal): -2154104 or 8921567. OLE color: 8921567.
HSL color Cylindrical-coordinate representation of color #DF2188: hue angle of 327.47º 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 #DF2188 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 136 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.13 |
| HSL | 327.47º | 0.75% | 0.5% | - |
| HSV(B) | 327.47º | 0.85% | 0.87% | - |
| XYZ | 35.42 | 18.55 | 25.01 | - |
| YUV | 101.55 | 147.45 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 136 | 0 | 0.85 | 0.39 | 0.13 | 327.47 | 0.75 | 0.5 |
| Hex | DF | 21 | 88 | 0 | 55 | 27 | D | 147 | 4B | 32 |
| Octal | 337 | 41 | 210 | 0 | 125 | 47 | 15 | 507 | 113 | 62 |
| Binary | 11011111 | 100001 | 10001000 | 0 | 1010101 | 100111 | 1101 | 101000111 | 1001011 | 110010 |
Color Harmonies of #DF2188
Complementary color
Monochromatic Colors of #DF2188
Black with #DF2188
Text Example
Text Example
White with #DF2188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2188; }
p { color: rgb(223,33,136); }
H1.HeaderClassName
{
color: #DF2188;
}
.AnyTagClassName
{
color: #DF2188;
}
</style>
background-color css
<style>
a { background-color: #DF2188; }
a { background-color: rgb(223,33,136); }
div.DivClassName
{
background-color: #DF2188;
}
.BgClassName
{
background-color: #DF2188;
}
</style>
border-color css
<style>
span { border-color: #DF2188; }
span { border-color: rgb(223,33,136); }
td.TdClassName
{
border-color: #DF2188;
}
.TagClassName
{
border-color: #DF2188;
}
</style>