Shades of Deep Magenta #DF0FCD
Tints of Deep Magenta #DF0FCD
RGB
CMYK
RGB Variations
Color information
#DF0FCD (or 0xDF0FCD) is known color: Deep Magenta. HEX triplet: DF, 0F and CD. RGB value is (223,15,205). Sum of RGB (Red+Green+Blue) = 223+15+205=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FCD is #20F032. Grayscale: #626262. Windows color (decimal): -2158643 or 13438943. OLE color: 13438943.
HSL color Cylindrical-coordinate representation of color #DF0FCD: hue angle of 305.19º 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 #DF0FCD is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 205 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.13 |
| HSL | 305.19º | 0.87% | 0.47% | - |
| HSV(B) | 305.19º | 0.93% | 0.87% | - |
| XYZ | 41.62 | 20.44 | 59.51 | - |
| YUV | 98.85 | 187.91 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 205 | 0 | 0.93 | 0.08 | 0.13 | 305.19 | 0.87 | 0.47 |
| Hex | DF | F | CD | 0 | 5D | 8 | D | 131 | 57 | 2F |
| Octal | 337 | 17 | 315 | 0 | 135 | 10 | 15 | 461 | 127 | 57 |
| Binary | 11011111 | 1111 | 11001101 | 0 | 1011101 | 1000 | 1101 | 100110001 | 1010111 | 101111 |
Color Harmonies of #DF0FCD
Complementary color
Monochromatic Colors of #DF0FCD
Black with #DF0FCD
Text Example
Text Example
White with #DF0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FCD; }
p { color: rgb(223,15,205); }
H1.HeaderClassName
{
color: #DF0FCD;
}
.AnyTagClassName
{
color: #DF0FCD;
}
</style>
background-color css
<style>
a { background-color: #DF0FCD; }
a { background-color: rgb(223,15,205); }
div.DivClassName
{
background-color: #DF0FCD;
}
.BgClassName
{
background-color: #DF0FCD;
}
</style>
border-color css
<style>
span { border-color: #DF0FCD; }
span { border-color: rgb(223,15,205); }
td.TdClassName
{
border-color: #DF0FCD;
}
.TagClassName
{
border-color: #DF0FCD;
}
</style>