Shades of Deep Magenta #DF0CD8
Tints of Deep Magenta #DF0CD8
RGB
CMYK
RGB Variations
Color information
#DF0CD8 (or 0xDF0CD8) is known color: Deep Magenta. HEX triplet: DF, 0C and D8. RGB value is (223,12,216). Sum of RGB (Red+Green+Blue) = 223+12+216=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0CD8 is #20F327. Grayscale: #616161. Windows color (decimal): -2159400 or 14159071. OLE color: 14159071.
HSL color Cylindrical-coordinate representation of color #DF0CD8: hue angle of 301.99º 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 #DF0CD8 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 216 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.13 |
| HSL | 301.99º | 0.9% | 0.46% | - |
| HSV(B) | 301.99º | 0.95% | 0.87% | - |
| XYZ | 42.96 | 20.91 | 66.74 | - |
| YUV | 98.35 | 194.4 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 216 | 0 | 0.95 | 0.03 | 0.13 | 301.99 | 0.9 | 0.46 |
| Hex | DF | C | D8 | 0 | 5F | 3 | D | 12E | 5A | 2E |
| Octal | 337 | 14 | 330 | 0 | 137 | 3 | 15 | 456 | 132 | 56 |
| Binary | 11011111 | 1100 | 11011000 | 0 | 1011111 | 11 | 1101 | 100101110 | 1011010 | 101110 |
Color Harmonies of #DF0CD8
Complementary color
Monochromatic Colors of #DF0CD8
Black with #DF0CD8
Text Example
Text Example
White with #DF0CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0CD8; }
p { color: rgb(223,12,216); }
H1.HeaderClassName
{
color: #DF0CD8;
}
.AnyTagClassName
{
color: #DF0CD8;
}
</style>
background-color css
<style>
a { background-color: #DF0CD8; }
a { background-color: rgb(223,12,216); }
div.DivClassName
{
background-color: #DF0CD8;
}
.BgClassName
{
background-color: #DF0CD8;
}
</style>
border-color css
<style>
span { border-color: #DF0CD8; }
span { border-color: rgb(223,12,216); }
td.TdClassName
{
border-color: #DF0CD8;
}
.TagClassName
{
border-color: #DF0CD8;
}
</style>