Shades of Deep Magenta #DF0FCA
Tints of Deep Magenta #DF0FCA
RGB
CMYK
RGB Variations
Color information
#DF0FCA (or 0xDF0FCA) is known color: Deep Magenta. HEX triplet: DF, 0F and CA. RGB value is (223,15,202). Sum of RGB (Red+Green+Blue) = 223+15+202=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FCA is #20F035. Grayscale: #616161. Windows color (decimal): -2158646 or 13242335. OLE color: 13242335.
HSL color Cylindrical-coordinate representation of color #DF0FCA: hue angle of 306.06º 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 #DF0FCA is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 202 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.13 |
| HSL | 306.06º | 0.87% | 0.47% | - |
| HSV(B) | 306.06º | 0.93% | 0.87% | - |
| XYZ | 41.26 | 20.29 | 57.62 | - |
| YUV | 98.51 | 186.41 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 202 | 0 | 0.93 | 0.09 | 0.13 | 306.06 | 0.87 | 0.47 |
| Hex | DF | F | CA | 0 | 5D | 9 | D | 132 | 57 | 2F |
| Octal | 337 | 17 | 312 | 0 | 135 | 11 | 15 | 462 | 127 | 57 |
| Binary | 11011111 | 1111 | 11001010 | 0 | 1011101 | 1001 | 1101 | 100110010 | 1010111 | 101111 |
Color Harmonies of #DF0FCA
Complementary color
Monochromatic Colors of #DF0FCA
Black with #DF0FCA
Text Example
Text Example
White with #DF0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FCA; }
p { color: rgb(223,15,202); }
H1.HeaderClassName
{
color: #DF0FCA;
}
.AnyTagClassName
{
color: #DF0FCA;
}
</style>
background-color css
<style>
a { background-color: #DF0FCA; }
a { background-color: rgb(223,15,202); }
div.DivClassName
{
background-color: #DF0FCA;
}
.BgClassName
{
background-color: #DF0FCA;
}
</style>
border-color css
<style>
span { border-color: #DF0FCA; }
span { border-color: rgb(223,15,202); }
td.TdClassName
{
border-color: #DF0FCA;
}
.TagClassName
{
border-color: #DF0FCA;
}
</style>