Shades of Deep Magenta #DF10DD
Tints of Deep Magenta #DF10DD
RGB
CMYK
RGB Variations
Color information
#DF10DD (or 0xDF10DD) is known color: Deep Magenta. HEX triplet: DF, 10 and DD. RGB value is (223,16,221). Sum of RGB (Red+Green+Blue) = 223+16+221=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10DD is #20EF22. Grayscale: #646464. Windows color (decimal): -2158371 or 14487775. OLE color: 14487775.
HSL color Cylindrical-coordinate representation of color #DF10DD: hue angle of 300.58º 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 #DF10DD is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 16 | 221 | - |
CMYK | 0 | 0.93 | 0.01 | 0.13 |
HSL | 300.58º | 0.87% | 0.47% | - |
HSV(B) | 300.58º | 0.93% | 0.87% | - |
XYZ | 43.67 | 21.28 | 70.21 | - |
YUV | 101.26 | 195.58 | 214.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 16 | 221 | 0 | 0.93 | 0.01 | 0.13 | 300.58 | 0.87 | 0.47 |
Hex | DF | 10 | DD | 0 | 5D | 1 | D | 12D | 57 | 2F |
Octal | 337 | 20 | 335 | 0 | 135 | 1 | 15 | 455 | 127 | 57 |
Binary | 11011111 | 10000 | 11011101 | 0 | 1011101 | 1 | 1101 | 100101101 | 1010111 | 101111 |
Color Harmonies of #DF10DD
Complementary color
Monochromatic Colors of #DF10DD
Black with #DF10DD
Text Example
Text Example
White with #DF10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10DD; }
p { color: rgb(223,16,221); }
H1.HeaderClassName
{
color: #DF10DD;
}
.AnyTagClassName
{
color: #DF10DD;
}
</style>
background-color css
<style>
a { background-color: #DF10DD; }
a { background-color: rgb(223,16,221); }
div.DivClassName
{
background-color: #DF10DD;
}
.BgClassName
{
background-color: #DF10DD;
}
</style>
border-color css
<style>
span { border-color: #DF10DD; }
span { border-color: rgb(223,16,221); }
td.TdClassName
{
border-color: #DF10DD;
}
.TagClassName
{
border-color: #DF10DD;
}
</style>