Shades of Deep Magenta #DD00D3
Tints of Deep Magenta #DD00D3
RGB
CMYK
RGB Variations
Color information
#DD00D3 (or 0xDD00D3) is known color: Deep Magenta. HEX triplet: DD, 00 and D3. RGB value is (221,0,211). Sum of RGB (Red+Green+Blue) = 221+0+211=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00D3 is #22FF2C. Grayscale: #595959. Windows color (decimal): -2293549 or 13828317. OLE color: 13828317.
HSL color Cylindrical-coordinate representation of color #DD00D3: hue angle of 302.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00D3 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 211 | - |
| CMYK | 0 | 1 | 0.05 | 0.13 |
| HSL | 302.71º | 1% | 0.43% | - |
| HSV(B) | 302.71º | 1% | 0.87% | - |
| XYZ | 41.58 | 20.08 | 63.31 | - |
| YUV | 90.13 | 196.22 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 211 | 0 | 1 | 0.05 | 0.13 | 302.71 | 1 | 0.43 |
| Hex | DD | 0 | D3 | 0 | 64 | 5 | D | 12F | 64 | 2B |
| Octal | 335 | 0 | 323 | 0 | 144 | 5 | 15 | 457 | 144 | 53 |
| Binary | 11011101 | 0 | 11010011 | 0 | 1100100 | 101 | 1101 | 100101111 | 1100100 | 101011 |
Color Harmonies of #DD00D3
Complementary color
Monochromatic Colors of #DD00D3
Black with #DD00D3
Text Example
Text Example
White with #DD00D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00D3; }
p { color: rgb(221,0,211); }
H1.HeaderClassName
{
color: #DD00D3;
}
.AnyTagClassName
{
color: #DD00D3;
}
</style>
background-color css
<style>
a { background-color: #DD00D3; }
a { background-color: rgb(221,0,211); }
div.DivClassName
{
background-color: #DD00D3;
}
.BgClassName
{
background-color: #DD00D3;
}
</style>
border-color css
<style>
span { border-color: #DD00D3; }
span { border-color: rgb(221,0,211); }
td.TdClassName
{
border-color: #DD00D3;
}
.TagClassName
{
border-color: #DD00D3;
}
</style>