Shades of Deep Cerise #DF28A0
Tints of Deep Cerise #DF28A0
RGB
CMYK
RGB Variations
Color information
#DF28A0 (or 0xDF28A0) is known color: Deep Cerise. HEX triplet: DF, 28 and A0. RGB value is (223,40,160). Sum of RGB (Red+Green+Blue) = 223+40+160=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF28A0 is #20D75F. Grayscale: #6C6C6C. Windows color (decimal): -2152288 or 10496223. OLE color: 10496223.
HSL color Cylindrical-coordinate representation of color #DF28A0: hue angle of 320.66º 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 #DF28A0 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 160 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.13 |
| HSL | 320.66º | 0.74% | 0.52% | - |
| HSV(B) | 320.66º | 0.82% | 0.87% | - |
| XYZ | 37.54 | 19.74 | 35.09 | - |
| YUV | 108.4 | 157.13 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 160 | 0 | 0.82 | 0.28 | 0.13 | 320.66 | 0.74 | 0.52 |
| Hex | DF | 28 | A0 | 0 | 52 | 1C | D | 141 | 4A | 34 |
| Octal | 337 | 50 | 240 | 0 | 122 | 34 | 15 | 501 | 112 | 64 |
| Binary | 11011111 | 101000 | 10100000 | 0 | 1010010 | 11100 | 1101 | 101000001 | 1001010 | 110100 |
Color Harmonies of #DF28A0
Complementary color
Monochromatic Colors of #DF28A0
Black with #DF28A0
Text Example
Text Example
White with #DF28A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28A0; }
p { color: rgb(223,40,160); }
H1.HeaderClassName
{
color: #DF28A0;
}
.AnyTagClassName
{
color: #DF28A0;
}
</style>
background-color css
<style>
a { background-color: #DF28A0; }
a { background-color: rgb(223,40,160); }
div.DivClassName
{
background-color: #DF28A0;
}
.BgClassName
{
background-color: #DF28A0;
}
</style>
border-color css
<style>
span { border-color: #DF28A0; }
span { border-color: rgb(223,40,160); }
td.TdClassName
{
border-color: #DF28A0;
}
.TagClassName
{
border-color: #DF28A0;
}
</style>