Shades of Deep Magenta #DF0DD4
Tints of Deep Magenta #DF0DD4
RGB
CMYK
RGB Variations
Color information
#DF0DD4 (or 0xDF0DD4) is known color: Deep Magenta. HEX triplet: DF, 0D and D4. RGB value is (223,13,212). Sum of RGB (Red+Green+Blue) = 223+13+212=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 13 (5.47% from 255 or 2.90% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DD4 is #20F22B. Grayscale: #616161. Windows color (decimal): -2159148 or 13897183. OLE color: 13897183.
HSL color Cylindrical-coordinate representation of color #DF0DD4: hue angle of 303.14º 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 #DF0DD4 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 212 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.13 |
| HSL | 303.14º | 0.89% | 0.46% | - |
| HSV(B) | 303.14º | 0.94% | 0.87% | - |
| XYZ | 42.46 | 20.73 | 64.05 | - |
| YUV | 98.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 212 | 0 | 0.94 | 0.05 | 0.13 | 303.14 | 0.89 | 0.46 |
| Hex | DF | D | D4 | 0 | 5E | 5 | D | 12F | 59 | 2E |
| Octal | 337 | 15 | 324 | 0 | 136 | 5 | 15 | 457 | 131 | 56 |
| Binary | 11011111 | 1101 | 11010100 | 0 | 1011110 | 101 | 1101 | 100101111 | 1011001 | 101110 |
Color Harmonies of #DF0DD4
Complementary color
Monochromatic Colors of #DF0DD4
Black with #DF0DD4
Text Example
Text Example
White with #DF0DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DD4; }
p { color: rgb(223,13,212); }
H1.HeaderClassName
{
color: #DF0DD4;
}
.AnyTagClassName
{
color: #DF0DD4;
}
</style>
background-color css
<style>
a { background-color: #DF0DD4; }
a { background-color: rgb(223,13,212); }
div.DivClassName
{
background-color: #DF0DD4;
}
.BgClassName
{
background-color: #DF0DD4;
}
</style>
border-color css
<style>
span { border-color: #DF0DD4; }
span { border-color: rgb(223,13,212); }
td.TdClassName
{
border-color: #DF0DD4;
}
.TagClassName
{
border-color: #DF0DD4;
}
</style>