Shades of Deep Magenta #DF0ABD
Tints of Deep Magenta #DF0ABD
RGB
CMYK
RGB Variations
Color information
#DF0ABD (or 0xDF0ABD) is known color: Deep Magenta. HEX triplet: DF, 0A and BD. RGB value is (223,10,189). Sum of RGB (Red+Green+Blue) = 223+10+189=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ABD is #20F542. Grayscale: #5D5D5D. Windows color (decimal): -2159939 or 12389087. OLE color: 12389087.
HSL color Cylindrical-coordinate representation of color #DF0ABD: hue angle of 309.58º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0ABD is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 189 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.13 |
| HSL | 309.58º | 0.91% | 0.46% | - |
| HSV(B) | 309.58º | 0.96% | 0.87% | - |
| XYZ | 39.73 | 19.58 | 49.83 | - |
| YUV | 94.09 | 181.57 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 189 | 0 | 0.96 | 0.15 | 0.13 | 309.58 | 0.91 | 0.46 |
| Hex | DF | A | BD | 0 | 60 | F | D | 136 | 5B | 2E |
| Octal | 337 | 12 | 275 | 0 | 140 | 17 | 15 | 466 | 133 | 56 |
| Binary | 11011111 | 1010 | 10111101 | 0 | 1100000 | 1111 | 1101 | 100110110 | 1011011 | 101110 |
Color Harmonies of #DF0ABD
Complementary color
Monochromatic Colors of #DF0ABD
Black with #DF0ABD
Text Example
Text Example
White with #DF0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ABD; }
p { color: rgb(223,10,189); }
H1.HeaderClassName
{
color: #DF0ABD;
}
.AnyTagClassName
{
color: #DF0ABD;
}
</style>
background-color css
<style>
a { background-color: #DF0ABD; }
a { background-color: rgb(223,10,189); }
div.DivClassName
{
background-color: #DF0ABD;
}
.BgClassName
{
background-color: #DF0ABD;
}
</style>
border-color css
<style>
span { border-color: #DF0ABD; }
span { border-color: rgb(223,10,189); }
td.TdClassName
{
border-color: #DF0ABD;
}
.TagClassName
{
border-color: #DF0ABD;
}
</style>