Shades of Deep Magenta #DD00DF
Tints of Deep Magenta #DD00DF
RGB
CMYK
RGB Variations
Color information
#DD00DF (or 0xDD00DF) is known color: Deep Magenta. HEX triplet: DD, 00 and DF. RGB value is (221,0,223). Sum of RGB (Red+Green+Blue) = 221+0+223=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00DF is #22FF20. Grayscale: #5A5A5A. Windows color (decimal): -2293537 or 14614749. OLE color: 14614749.
HSL color Cylindrical-coordinate representation of color #DD00DF: hue angle of 299.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00DF is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 223 | - |
| CMYK | 0.01 | 1 | 0 | 0.13 |
| HSL | 299.46º | 1% | 0.44% | - |
| HSV(B) | 299.46º | 1% | 0.87% | - |
| XYZ | 43.14 | 20.7 | 71.53 | - |
| YUV | 91.5 | 202.22 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 223 | 0.01 | 1 | 0 | 0.13 | 299.46 | 1 | 0.44 |
| Hex | DD | 0 | DF | 1 | 64 | 0 | D | 12B | 64 | 2C |
| Octal | 335 | 0 | 337 | 1 | 144 | 0 | 15 | 453 | 144 | 54 |
| Binary | 11011101 | 0 | 11011111 | 1 | 1100100 | 0 | 1101 | 100101011 | 1100100 | 101100 |
Color Harmonies of #DD00DF
Complementary color
Monochromatic Colors of #DD00DF
Black with #DD00DF
Text Example
Text Example
White with #DD00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00DF; }
p { color: rgb(221,0,223); }
H1.HeaderClassName
{
color: #DD00DF;
}
.AnyTagClassName
{
color: #DD00DF;
}
</style>
background-color css
<style>
a { background-color: #DD00DF; }
a { background-color: rgb(221,0,223); }
div.DivClassName
{
background-color: #DD00DF;
}
.BgClassName
{
background-color: #DD00DF;
}
</style>
border-color css
<style>
span { border-color: #DD00DF; }
span { border-color: rgb(221,0,223); }
td.TdClassName
{
border-color: #DD00DF;
}
.TagClassName
{
border-color: #DD00DF;
}
</style>