Shades of Deep Magenta #DF0FC2
Tints of Deep Magenta #DF0FC2
RGB
CMYK
RGB Variations
Color information
#DF0FC2 (or 0xDF0FC2) is known color: Deep Magenta. HEX triplet: DF, 0F and C2. RGB value is (223,15,194). Sum of RGB (Red+Green+Blue) = 223+15+194=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FC2 is #20F03D. Grayscale: #616161. Windows color (decimal): -2158654 or 12718047. OLE color: 12718047.
HSL color Cylindrical-coordinate representation of color #DF0FC2: hue angle of 308.37º 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 #DF0FC2 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 194 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.13 |
| HSL | 308.37º | 0.87% | 0.47% | - |
| HSV(B) | 308.37º | 0.93% | 0.87% | - |
| XYZ | 40.34 | 19.92 | 52.76 | - |
| YUV | 97.6 | 182.41 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 194 | 0 | 0.93 | 0.13 | 0.13 | 308.37 | 0.87 | 0.47 |
| Hex | DF | F | C2 | 0 | 5D | D | D | 134 | 57 | 2F |
| Octal | 337 | 17 | 302 | 0 | 135 | 15 | 15 | 464 | 127 | 57 |
| Binary | 11011111 | 1111 | 11000010 | 0 | 1011101 | 1101 | 1101 | 100110100 | 1010111 | 101111 |
Color Harmonies of #DF0FC2
Complementary color
Monochromatic Colors of #DF0FC2
Black with #DF0FC2
Text Example
Text Example
White with #DF0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FC2; }
p { color: rgb(223,15,194); }
H1.HeaderClassName
{
color: #DF0FC2;
}
.AnyTagClassName
{
color: #DF0FC2;
}
</style>
background-color css
<style>
a { background-color: #DF0FC2; }
a { background-color: rgb(223,15,194); }
div.DivClassName
{
background-color: #DF0FC2;
}
.BgClassName
{
background-color: #DF0FC2;
}
</style>
border-color css
<style>
span { border-color: #DF0FC2; }
span { border-color: rgb(223,15,194); }
td.TdClassName
{
border-color: #DF0FC2;
}
.TagClassName
{
border-color: #DF0FC2;
}
</style>