Shades of Deep Magenta #DF0DDE
Tints of Deep Magenta #DF0DDE
RGB
CMYK
RGB Variations
Color information
#DF0DDE (or 0xDF0DDE) is known color: Deep Magenta. HEX triplet: DF, 0D and DE. RGB value is (223,13,222). Sum of RGB (Red+Green+Blue) = 223+13+222=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 13 (5.47% from 255 or 2.84% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DDE is #20F221. Grayscale: #626262. Windows color (decimal): -2159138 or 14552543. OLE color: 14552543.
HSL color Cylindrical-coordinate representation of color #DF0DDE: hue angle of 300.29º 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 #DF0DDE is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 222 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.13 |
| HSL | 300.29º | 0.89% | 0.46% | - |
| HSV(B) | 300.29º | 0.94% | 0.87% | - |
| XYZ | 43.76 | 21.25 | 70.9 | - |
| YUV | 99.62 | 197.07 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 222 | 0 | 0.94 | 0.00 | 0.13 | 300.29 | 0.89 | 0.46 |
| Hex | DF | D | DE | 0 | 5E | 0 | D | 12C | 59 | 2E |
| Octal | 337 | 15 | 336 | 0 | 136 | 0 | 15 | 454 | 131 | 56 |
| Binary | 11011111 | 1101 | 11011110 | 0 | 1011110 | 0 | 1101 | 100101100 | 1011001 | 101110 |
Color Harmonies of #DF0DDE
Complementary color
Monochromatic Colors of #DF0DDE
Black with #DF0DDE
Text Example
Text Example
White with #DF0DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DDE; }
p { color: rgb(223,13,222); }
H1.HeaderClassName
{
color: #DF0DDE;
}
.AnyTagClassName
{
color: #DF0DDE;
}
</style>
background-color css
<style>
a { background-color: #DF0DDE; }
a { background-color: rgb(223,13,222); }
div.DivClassName
{
background-color: #DF0DDE;
}
.BgClassName
{
background-color: #DF0DDE;
}
</style>
border-color css
<style>
span { border-color: #DF0DDE; }
span { border-color: rgb(223,13,222); }
td.TdClassName
{
border-color: #DF0DDE;
}
.TagClassName
{
border-color: #DF0DDE;
}
</style>