Shades of Deep Magenta #DF0DDC
Tints of Deep Magenta #DF0DDC
RGB
CMYK
RGB Variations
Color information
#DF0DDC (or 0xDF0DDC) is known color: Deep Magenta. HEX triplet: DF, 0D and DC. RGB value is (223,13,220). Sum of RGB (Red+Green+Blue) = 223+13+220=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DDC is #20F223. Grayscale: #626262. Windows color (decimal): -2159140 or 14421471. OLE color: 14421471.
HSL color Cylindrical-coordinate representation of color #DF0DDC: hue angle of 300.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DDC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 220 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.13 |
| HSL | 300.86º | 0.89% | 0.46% | - |
| HSV(B) | 300.86º | 0.94% | 0.87% | - |
| XYZ | 43.49 | 21.14 | 69.5 | - |
| YUV | 99.39 | 196.07 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 220 | 0 | 0.94 | 0.01 | 0.13 | 300.86 | 0.89 | 0.46 |
| Hex | DF | D | DC | 0 | 5E | 1 | D | 12D | 59 | 2E |
| Octal | 337 | 15 | 334 | 0 | 136 | 1 | 15 | 455 | 131 | 56 |
| Binary | 11011111 | 1101 | 11011100 | 0 | 1011110 | 1 | 1101 | 100101101 | 1011001 | 101110 |
Color Harmonies of #DF0DDC
Complementary color
Monochromatic Colors of #DF0DDC
Black with #DF0DDC
Text Example
Text Example
White with #DF0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DDC; }
p { color: rgb(223,13,220); }
H1.HeaderClassName
{
color: #DF0DDC;
}
.AnyTagClassName
{
color: #DF0DDC;
}
</style>
background-color css
<style>
a { background-color: #DF0DDC; }
a { background-color: rgb(223,13,220); }
div.DivClassName
{
background-color: #DF0DDC;
}
.BgClassName
{
background-color: #DF0DDC;
}
</style>
border-color css
<style>
span { border-color: #DF0DDC; }
span { border-color: rgb(223,13,220); }
td.TdClassName
{
border-color: #DF0DDC;
}
.TagClassName
{
border-color: #DF0DDC;
}
</style>