Shades of Deep Magenta #DF0ACF
Tints of Deep Magenta #DF0ACF
RGB
CMYK
RGB Variations
Color information
#DF0ACF (or 0xDF0ACF) is known color: Deep Magenta. HEX triplet: DF, 0A and CF. RGB value is (223,10,207). Sum of RGB (Red+Green+Blue) = 223+10+207=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ACF is #20F530. Grayscale: #5F5F5F. Windows color (decimal): -2159921 or 13568735. OLE color: 13568735.
HSL color Cylindrical-coordinate representation of color #DF0ACF: hue angle of 304.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0ACF is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 207 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.13 |
| HSL | 304.51º | 0.91% | 0.46% | - |
| HSV(B) | 304.51º | 0.96% | 0.87% | - |
| XYZ | 41.8 | 20.41 | 60.77 | - |
| YUV | 96.15 | 190.57 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 207 | 0 | 0.96 | 0.07 | 0.13 | 304.51 | 0.91 | 0.46 |
| Hex | DF | A | CF | 0 | 60 | 7 | D | 131 | 5B | 2E |
| Octal | 337 | 12 | 317 | 0 | 140 | 7 | 15 | 461 | 133 | 56 |
| Binary | 11011111 | 1010 | 11001111 | 0 | 1100000 | 111 | 1101 | 100110001 | 1011011 | 101110 |
Color Harmonies of #DF0ACF
Complementary color
Monochromatic Colors of #DF0ACF
Black with #DF0ACF
Text Example
Text Example
White with #DF0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ACF; }
p { color: rgb(223,10,207); }
H1.HeaderClassName
{
color: #DF0ACF;
}
.AnyTagClassName
{
color: #DF0ACF;
}
</style>
background-color css
<style>
a { background-color: #DF0ACF; }
a { background-color: rgb(223,10,207); }
div.DivClassName
{
background-color: #DF0ACF;
}
.BgClassName
{
background-color: #DF0ACF;
}
</style>
border-color css
<style>
span { border-color: #DF0ACF; }
span { border-color: rgb(223,10,207); }
td.TdClassName
{
border-color: #DF0ACF;
}
.TagClassName
{
border-color: #DF0ACF;
}
</style>