Shades of Deep Cerise #DF29A1
Tints of Deep Cerise #DF29A1
RGB
CMYK
RGB Variations
Color information
#DF29A1 (or 0xDF29A1) is known color: Deep Cerise. HEX triplet: DF, 29 and A1. RGB value is (223,41,161). Sum of RGB (Red+Green+Blue) = 223+41+161=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29A1 is #20D65E. Grayscale: #6C6C6C. Windows color (decimal): -2152031 or 10562015. OLE color: 10562015.
HSL color Cylindrical-coordinate representation of color #DF29A1: hue angle of 320.44º 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 #DF29A1 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 161 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.13 |
| HSL | 320.44º | 0.74% | 0.52% | - |
| HSV(B) | 320.44º | 0.82% | 0.87% | - |
| XYZ | 37.66 | 19.85 | 35.56 | - |
| YUV | 109.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 161 | 0 | 0.82 | 0.28 | 0.13 | 320.44 | 0.74 | 0.52 |
| Hex | DF | 29 | A1 | 0 | 52 | 1C | D | 140 | 4A | 34 |
| Octal | 337 | 51 | 241 | 0 | 122 | 34 | 15 | 500 | 112 | 64 |
| Binary | 11011111 | 101001 | 10100001 | 0 | 1010010 | 11100 | 1101 | 101000000 | 1001010 | 110100 |
Color Harmonies of #DF29A1
Complementary color
Monochromatic Colors of #DF29A1
Black with #DF29A1
Text Example
Text Example
White with #DF29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29A1; }
p { color: rgb(223,41,161); }
H1.HeaderClassName
{
color: #DF29A1;
}
.AnyTagClassName
{
color: #DF29A1;
}
</style>
background-color css
<style>
a { background-color: #DF29A1; }
a { background-color: rgb(223,41,161); }
div.DivClassName
{
background-color: #DF29A1;
}
.BgClassName
{
background-color: #DF29A1;
}
</style>
border-color css
<style>
span { border-color: #DF29A1; }
span { border-color: rgb(223,41,161); }
td.TdClassName
{
border-color: #DF29A1;
}
.TagClassName
{
border-color: #DF29A1;
}
</style>