Shades of Deep Magenta #DD00C7
Tints of Deep Magenta #DD00C7
RGB
CMYK
RGB Variations
Color information
#DD00C7 (or 0xDD00C7) is known color: Deep Magenta. HEX triplet: DD, 00 and C7. RGB value is (221,0,199). Sum of RGB (Red+Green+Blue) = 221+0+199=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00C7 is #22FF38. Grayscale: #585858. Windows color (decimal): -2293561 or 13041885. OLE color: 13041885.
HSL color Cylindrical-coordinate representation of color #DD00C7: hue angle of 305.97º 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 #DD00C7 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 199 | - |
| CMYK | 0 | 1 | 0.10 | 0.13 |
| HSL | 305.97º | 1% | 0.43% | - |
| HSV(B) | 305.97º | 1% | 0.87% | - |
| XYZ | 40.13 | 19.5 | 55.68 | - |
| YUV | 88.77 | 190.22 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 199 | 0 | 1 | 0.10 | 0.13 | 305.97 | 1 | 0.43 |
| Hex | DD | 0 | C7 | 0 | 64 | A | D | 132 | 64 | 2B |
| Octal | 335 | 0 | 307 | 0 | 144 | 12 | 15 | 462 | 144 | 53 |
| Binary | 11011101 | 0 | 11000111 | 0 | 1100100 | 1010 | 1101 | 100110010 | 1100100 | 101011 |
Color Harmonies of #DD00C7
Complementary color
Monochromatic Colors of #DD00C7
Black with #DD00C7
Text Example
Text Example
White with #DD00C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00C7; }
p { color: rgb(221,0,199); }
H1.HeaderClassName
{
color: #DD00C7;
}
.AnyTagClassName
{
color: #DD00C7;
}
</style>
background-color css
<style>
a { background-color: #DD00C7; }
a { background-color: rgb(221,0,199); }
div.DivClassName
{
background-color: #DD00C7;
}
.BgClassName
{
background-color: #DD00C7;
}
</style>
border-color css
<style>
span { border-color: #DD00C7; }
span { border-color: rgb(221,0,199); }
td.TdClassName
{
border-color: #DD00C7;
}
.TagClassName
{
border-color: #DD00C7;
}
</style>