Shades of Deep Cerise #DF2A9D
Tints of Deep Cerise #DF2A9D
RGB
CMYK
RGB Variations
Color information
#DF2A9D (or 0xDF2A9D) is known color: Deep Cerise. HEX triplet: DF, 2A and 9D. RGB value is (223,42,157). Sum of RGB (Red+Green+Blue) = 223+42+157=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A9D is #20D562. Grayscale: #6C6C6C. Windows color (decimal): -2151779 or 10300127. OLE color: 10300127.
HSL color Cylindrical-coordinate representation of color #DF2A9D: hue angle of 321.88º 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 #DF2A9D is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 157 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.13 |
| HSL | 321.88º | 0.74% | 0.52% | - |
| HSV(B) | 321.88º | 0.81% | 0.87% | - |
| XYZ | 37.35 | 19.78 | 33.75 | - |
| YUV | 109.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 157 | 0 | 0.81 | 0.30 | 0.13 | 321.88 | 0.74 | 0.52 |
| Hex | DF | 2A | 9D | 0 | 51 | 1E | D | 142 | 4A | 34 |
| Octal | 337 | 52 | 235 | 0 | 121 | 36 | 15 | 502 | 112 | 64 |
| Binary | 11011111 | 101010 | 10011101 | 0 | 1010001 | 11110 | 1101 | 101000010 | 1001010 | 110100 |
Color Harmonies of #DF2A9D
Complementary color
Monochromatic Colors of #DF2A9D
Black with #DF2A9D
Text Example
Text Example
White with #DF2A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A9D; }
p { color: rgb(223,42,157); }
H1.HeaderClassName
{
color: #DF2A9D;
}
.AnyTagClassName
{
color: #DF2A9D;
}
</style>
background-color css
<style>
a { background-color: #DF2A9D; }
a { background-color: rgb(223,42,157); }
div.DivClassName
{
background-color: #DF2A9D;
}
.BgClassName
{
background-color: #DF2A9D;
}
</style>
border-color css
<style>
span { border-color: #DF2A9D; }
span { border-color: rgb(223,42,157); }
td.TdClassName
{
border-color: #DF2A9D;
}
.TagClassName
{
border-color: #DF2A9D;
}
</style>