Shades of Deep Magenta #DF0FC6
Tints of Deep Magenta #DF0FC6
RGB
CMYK
RGB Variations
Color information
#DF0FC6 (or 0xDF0FC6) is known color: Deep Magenta. HEX triplet: DF, 0F and C6. RGB value is (223,15,198). Sum of RGB (Red+Green+Blue) = 223+15+198=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FC6 is #20F039. Grayscale: #616161. Windows color (decimal): -2158650 or 12980191. OLE color: 12980191.
HSL color Cylindrical-coordinate representation of color #DF0FC6: hue angle of 307.21º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0FC6 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 198 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.13 |
| HSL | 307.21º | 0.87% | 0.47% | - |
| HSV(B) | 307.21º | 0.93% | 0.87% | - |
| XYZ | 40.8 | 20.11 | 55.16 | - |
| YUV | 98.05 | 184.41 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 198 | 0 | 0.93 | 0.11 | 0.13 | 307.21 | 0.87 | 0.47 |
| Hex | DF | F | C6 | 0 | 5D | B | D | 133 | 57 | 2F |
| Octal | 337 | 17 | 306 | 0 | 135 | 13 | 15 | 463 | 127 | 57 |
| Binary | 11011111 | 1111 | 11000110 | 0 | 1011101 | 1011 | 1101 | 100110011 | 1010111 | 101111 |
Color Harmonies of #DF0FC6
Complementary color
Monochromatic Colors of #DF0FC6
Black with #DF0FC6
Text Example
Text Example
White with #DF0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FC6; }
p { color: rgb(223,15,198); }
H1.HeaderClassName
{
color: #DF0FC6;
}
.AnyTagClassName
{
color: #DF0FC6;
}
</style>
background-color css
<style>
a { background-color: #DF0FC6; }
a { background-color: rgb(223,15,198); }
div.DivClassName
{
background-color: #DF0FC6;
}
.BgClassName
{
background-color: #DF0FC6;
}
</style>
border-color css
<style>
span { border-color: #DF0FC6; }
span { border-color: rgb(223,15,198); }
td.TdClassName
{
border-color: #DF0FC6;
}
.TagClassName
{
border-color: #DF0FC6;
}
</style>