Shades of Deep Magenta #DF09CE
Tints of Deep Magenta #DF09CE
RGB
CMYK
RGB Variations
Color information
#DF09CE (or 0xDF09CE) is known color: Deep Magenta. HEX triplet: DF, 09 and CE. RGB value is (223,9,206). Sum of RGB (Red+Green+Blue) = 223+9+206=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09CE is #20F631. Grayscale: #5E5E5E. Windows color (decimal): -2160178 or 13502943. OLE color: 13502943.
HSL color Cylindrical-coordinate representation of color #DF09CE: hue angle of 304.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09CE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.13 |
| HSL | 304.77º | 0.92% | 0.45% | - |
| HSV(B) | 304.77º | 0.96% | 0.87% | - |
| XYZ | 41.67 | 20.34 | 60.12 | - |
| YUV | 95.44 | 190.4 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 206 | 0 | 0.96 | 0.08 | 0.13 | 304.77 | 0.92 | 0.45 |
| Hex | DF | 9 | CE | 0 | 60 | 8 | D | 131 | 5C | 2D |
| Octal | 337 | 11 | 316 | 0 | 140 | 10 | 15 | 461 | 134 | 55 |
| Binary | 11011111 | 1001 | 11001110 | 0 | 1100000 | 1000 | 1101 | 100110001 | 1011100 | 101101 |
Color Harmonies of #DF09CE
Complementary color
Monochromatic Colors of #DF09CE
Black with #DF09CE
Text Example
Text Example
White with #DF09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09CE; }
p { color: rgb(223,9,206); }
H1.HeaderClassName
{
color: #DF09CE;
}
.AnyTagClassName
{
color: #DF09CE;
}
</style>
background-color css
<style>
a { background-color: #DF09CE; }
a { background-color: rgb(223,9,206); }
div.DivClassName
{
background-color: #DF09CE;
}
.BgClassName
{
background-color: #DF09CE;
}
</style>
border-color css
<style>
span { border-color: #DF09CE; }
span { border-color: rgb(223,9,206); }
td.TdClassName
{
border-color: #DF09CE;
}
.TagClassName
{
border-color: #DF09CE;
}
</style>