Shades of Deep Magenta #DF0CDF
Tints of Deep Magenta #DF0CDF
RGB
CMYK
RGB Variations
Color information
#DF0CDF (or 0xDF0CDF) is known color: Deep Magenta. HEX triplet: DF, 0C and DF. RGB value is (223,12,223). Sum of RGB (Red+Green+Blue) = 223+12+223=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF0CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CDF is #20F320. Grayscale: #626262. Windows color (decimal): -2159393 or 14617823. OLE color: 14617823.
HSL color Cylindrical-coordinate representation of color #DF0CDF: hue angle of 300º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0CDF is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0 | 0.13 |
| HSL | 300º | 0.9% | 0.46% | - |
| HSV(B) | 300º | 0.95% | 0.87% | - |
| XYZ | 43.88 | 21.28 | 71.61 | - |
| YUV | 99.14 | 197.9 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 223 | 0 | 0.95 | 0 | 0.13 | 300 | 0.9 | 0.46 |
| Hex | DF | C | DF | 0 | 5F | 0 | D | 12C | 5A | 2E |
| Octal | 337 | 14 | 337 | 0 | 137 | 0 | 15 | 454 | 132 | 56 |
| Binary | 11011111 | 1100 | 11011111 | 0 | 1011111 | 0 | 1101 | 100101100 | 1011010 | 101110 |
Color Harmonies of #DF0CDF
Complementary color
Monochromatic Colors of #DF0CDF
Black with #DF0CDF
Text Example
Text Example
White with #DF0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CDF; }
p { color: rgb(223,12,223); }
H1.HeaderClassName
{
color: #DF0CDF;
}
.AnyTagClassName
{
color: #DF0CDF;
}
</style>
background-color css
<style>
a { background-color: #DF0CDF; }
a { background-color: rgb(223,12,223); }
div.DivClassName
{
background-color: #DF0CDF;
}
.BgClassName
{
background-color: #DF0CDF;
}
</style>
border-color css
<style>
span { border-color: #DF0CDF; }
span { border-color: rgb(223,12,223); }
td.TdClassName
{
border-color: #DF0CDF;
}
.TagClassName
{
border-color: #DF0CDF;
}
</style>