Shades of Deep Magenta #DF09C6
Tints of Deep Magenta #DF09C6
RGB
CMYK
RGB Variations
Color information
#DF09C6 (or 0xDF09C6) is known color: Deep Magenta. HEX triplet: DF, 09 and C6. RGB value is (223,9,198). Sum of RGB (Red+Green+Blue) = 223+9+198=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF09C6 is #20F639. Grayscale: #5D5D5D. Windows color (decimal): -2160186 or 12978655. OLE color: 12978655.
HSL color Cylindrical-coordinate representation of color #DF09C6: hue angle of 307.01º 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 #DF09C6 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.13 |
| HSL | 307.01º | 0.92% | 0.45% | - |
| HSV(B) | 307.01º | 0.96% | 0.87% | - |
| XYZ | 40.72 | 19.96 | 55.13 | - |
| YUV | 94.53 | 186.4 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 198 | 0 | 0.96 | 0.11 | 0.13 | 307.01 | 0.92 | 0.45 |
| Hex | DF | 9 | C6 | 0 | 60 | B | D | 133 | 5C | 2D |
| Octal | 337 | 11 | 306 | 0 | 140 | 13 | 15 | 463 | 134 | 55 |
| Binary | 11011111 | 1001 | 11000110 | 0 | 1100000 | 1011 | 1101 | 100110011 | 1011100 | 101101 |
Color Harmonies of #DF09C6
Complementary color
Monochromatic Colors of #DF09C6
Black with #DF09C6
Text Example
Text Example
White with #DF09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09C6; }
p { color: rgb(223,9,198); }
H1.HeaderClassName
{
color: #DF09C6;
}
.AnyTagClassName
{
color: #DF09C6;
}
</style>
background-color css
<style>
a { background-color: #DF09C6; }
a { background-color: rgb(223,9,198); }
div.DivClassName
{
background-color: #DF09C6;
}
.BgClassName
{
background-color: #DF09C6;
}
</style>
border-color css
<style>
span { border-color: #DF09C6; }
span { border-color: rgb(223,9,198); }
td.TdClassName
{
border-color: #DF09C6;
}
.TagClassName
{
border-color: #DF09C6;
}
</style>