Shades of Deep Magenta #DF0FC1
Tints of Deep Magenta #DF0FC1
RGB
CMYK
RGB Variations
Color information
#DF0FC1 (or 0xDF0FC1) is known color: Deep Magenta. HEX triplet: DF, 0F and C1. RGB value is (223,15,193). Sum of RGB (Red+Green+Blue) = 223+15+193=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FC1 is #20F03E. Grayscale: #606060. Windows color (decimal): -2158655 or 12652511. OLE color: 12652511.
HSL color Cylindrical-coordinate representation of color #DF0FC1: hue angle of 308.65º 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 #DF0FC1 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 193 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.13 |
| HSL | 308.65º | 0.87% | 0.47% | - |
| HSV(B) | 308.65º | 0.93% | 0.87% | - |
| XYZ | 40.23 | 19.88 | 52.17 | - |
| YUV | 97.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 193 | 0 | 0.93 | 0.13 | 0.13 | 308.65 | 0.87 | 0.47 |
| Hex | DF | F | C1 | 0 | 5D | D | D | 135 | 57 | 2F |
| Octal | 337 | 17 | 301 | 0 | 135 | 15 | 15 | 465 | 127 | 57 |
| Binary | 11011111 | 1111 | 11000001 | 0 | 1011101 | 1101 | 1101 | 100110101 | 1010111 | 101111 |
Color Harmonies of #DF0FC1
Complementary color
Monochromatic Colors of #DF0FC1
Black with #DF0FC1
Text Example
Text Example
White with #DF0FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FC1; }
p { color: rgb(223,15,193); }
H1.HeaderClassName
{
color: #DF0FC1;
}
.AnyTagClassName
{
color: #DF0FC1;
}
</style>
background-color css
<style>
a { background-color: #DF0FC1; }
a { background-color: rgb(223,15,193); }
div.DivClassName
{
background-color: #DF0FC1;
}
.BgClassName
{
background-color: #DF0FC1;
}
</style>
border-color css
<style>
span { border-color: #DF0FC1; }
span { border-color: rgb(223,15,193); }
td.TdClassName
{
border-color: #DF0FC1;
}
.TagClassName
{
border-color: #DF0FC1;
}
</style>