Shades of Deep Cerise #DF2A9F
Tints of Deep Cerise #DF2A9F
RGB
CMYK
RGB Variations
Color information
#DF2A9F (or 0xDF2A9F) is known color: Deep Cerise. HEX triplet: DF, 2A and 9F. RGB value is (223,42,159). Sum of RGB (Red+Green+Blue) = 223+42+159=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A9F is #20D560. Grayscale: #6D6D6D. Windows color (decimal): -2151777 or 10431199. OLE color: 10431199.
HSL color Cylindrical-coordinate representation of color #DF2A9F: hue angle of 321.22º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A9F is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 159 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.13 |
| HSL | 321.22º | 0.74% | 0.52% | - |
| HSV(B) | 321.22º | 0.81% | 0.87% | - |
| XYZ | 37.52 | 19.85 | 34.65 | - |
| YUV | 109.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 159 | 0 | 0.81 | 0.29 | 0.13 | 321.22 | 0.74 | 0.52 |
| Hex | DF | 2A | 9F | 0 | 51 | 1D | D | 141 | 4A | 34 |
| Octal | 337 | 52 | 237 | 0 | 121 | 35 | 15 | 501 | 112 | 64 |
| Binary | 11011111 | 101010 | 10011111 | 0 | 1010001 | 11101 | 1101 | 101000001 | 1001010 | 110100 |
Color Harmonies of #DF2A9F
Complementary color
Monochromatic Colors of #DF2A9F
Black with #DF2A9F
Text Example
Text Example
White with #DF2A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A9F; }
p { color: rgb(223,42,159); }
H1.HeaderClassName
{
color: #DF2A9F;
}
.AnyTagClassName
{
color: #DF2A9F;
}
</style>
background-color css
<style>
a { background-color: #DF2A9F; }
a { background-color: rgb(223,42,159); }
div.DivClassName
{
background-color: #DF2A9F;
}
.BgClassName
{
background-color: #DF2A9F;
}
</style>
border-color css
<style>
span { border-color: #DF2A9F; }
span { border-color: rgb(223,42,159); }
td.TdClassName
{
border-color: #DF2A9F;
}
.TagClassName
{
border-color: #DF2A9F;
}
</style>