Shades of Deep Cerise #DF2988
Tints of Deep Cerise #DF2988
RGB
CMYK
RGB Variations
Color information
#DF2988 (or 0xDF2988) is known color: Deep Cerise. HEX triplet: DF, 29 and 88. RGB value is (223,41,136). Sum of RGB (Red+Green+Blue) = 223+41+136=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2988 is #20D677. Grayscale: #6A6A6A. Windows color (decimal): -2152056 or 8923615. OLE color: 8923615.
HSL color Cylindrical-coordinate representation of color #DF2988: hue angle of 328.68º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2988 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 136 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.13 |
| HSL | 328.68º | 0.74% | 0.52% | - |
| HSV(B) | 328.68º | 0.82% | 0.87% | - |
| XYZ | 35.67 | 19.05 | 25.09 | - |
| YUV | 106.25 | 144.8 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 136 | 0 | 0.82 | 0.39 | 0.13 | 328.68 | 0.74 | 0.52 |
| Hex | DF | 29 | 88 | 0 | 52 | 27 | D | 149 | 4A | 34 |
| Octal | 337 | 51 | 210 | 0 | 122 | 47 | 15 | 511 | 112 | 64 |
| Binary | 11011111 | 101001 | 10001000 | 0 | 1010010 | 100111 | 1101 | 101001001 | 1001010 | 110100 |
Color Harmonies of #DF2988
Complementary color
Monochromatic Colors of #DF2988
Black with #DF2988
Text Example
Text Example
White with #DF2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2988; }
p { color: rgb(223,41,136); }
H1.HeaderClassName
{
color: #DF2988;
}
.AnyTagClassName
{
color: #DF2988;
}
</style>
background-color css
<style>
a { background-color: #DF2988; }
a { background-color: rgb(223,41,136); }
div.DivClassName
{
background-color: #DF2988;
}
.BgClassName
{
background-color: #DF2988;
}
</style>
border-color css
<style>
span { border-color: #DF2988; }
span { border-color: rgb(223,41,136); }
td.TdClassName
{
border-color: #DF2988;
}
.TagClassName
{
border-color: #DF2988;
}
</style>