Shades of Deep Cerise #DF288A
Tints of Deep Cerise #DF288A
RGB
CMYK
RGB Variations
Color information
#DF288A (or 0xDF288A) is known color: Deep Cerise. HEX triplet: DF, 28 and 8A. RGB value is (223,40,138). Sum of RGB (Red+Green+Blue) = 223+40+138=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF288A is #20D775. Grayscale: #696969. Windows color (decimal): -2152310 or 9054431. OLE color: 9054431.
HSL color Cylindrical-coordinate representation of color #DF288A: hue angle of 327.87º 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 #DF288A is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 138 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.13 |
| HSL | 327.87º | 0.74% | 0.52% | - |
| HSV(B) | 327.87º | 0.82% | 0.87% | - |
| XYZ | 35.78 | 19.04 | 25.83 | - |
| YUV | 105.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 138 | 0 | 0.82 | 0.38 | 0.13 | 327.87 | 0.74 | 0.52 |
| Hex | DF | 28 | 8A | 0 | 52 | 26 | D | 148 | 4A | 34 |
| Octal | 337 | 50 | 212 | 0 | 122 | 46 | 15 | 510 | 112 | 64 |
| Binary | 11011111 | 101000 | 10001010 | 0 | 1010010 | 100110 | 1101 | 101001000 | 1001010 | 110100 |
Color Harmonies of #DF288A
Complementary color
Monochromatic Colors of #DF288A
Black with #DF288A
Text Example
Text Example
White with #DF288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF288A; }
p { color: rgb(223,40,138); }
H1.HeaderClassName
{
color: #DF288A;
}
.AnyTagClassName
{
color: #DF288A;
}
</style>
background-color css
<style>
a { background-color: #DF288A; }
a { background-color: rgb(223,40,138); }
div.DivClassName
{
background-color: #DF288A;
}
.BgClassName
{
background-color: #DF288A;
}
</style>
border-color css
<style>
span { border-color: #DF288A; }
span { border-color: rgb(223,40,138); }
td.TdClassName
{
border-color: #DF288A;
}
.TagClassName
{
border-color: #DF288A;
}
</style>