Shades of Deep Magenta #DD01C7
Tints of Deep Magenta #DD01C7
RGB
CMYK
RGB Variations
Color information
#DD01C7 (or 0xDD01C7) is known color: Deep Magenta. HEX triplet: DD, 01 and C7. RGB value is (221,1,199). Sum of RGB (Red+Green+Blue) = 221+1+199=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01C7 is #22FE38. Grayscale: #585858. Windows color (decimal): -2293305 or 13042141. OLE color: 13042141.
HSL color Cylindrical-coordinate representation of color #DD01C7: hue angle of 306º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01C7 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 199 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.13 |
| HSL | 306º | 0.99% | 0.44% | - |
| HSV(B) | 306º | 1% | 0.87% | - |
| XYZ | 40.14 | 19.52 | 55.68 | - |
| YUV | 89.35 | 189.89 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 199 | 0 | 1.00 | 0.10 | 0.13 | 306 | 0.99 | 0.44 |
| Hex | DD | 1 | C7 | 0 | 64 | A | D | 132 | 63 | 2C |
| Octal | 335 | 1 | 307 | 0 | 144 | 12 | 15 | 462 | 143 | 54 |
| Binary | 11011101 | 1 | 11000111 | 0 | 1100100 | 1010 | 1101 | 100110010 | 1100011 | 101100 |
Color Harmonies of #DD01C7
Complementary color
Monochromatic Colors of #DD01C7
Black with #DD01C7
Text Example
Text Example
White with #DD01C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01C7; }
p { color: rgb(221,1,199); }
H1.HeaderClassName
{
color: #DD01C7;
}
.AnyTagClassName
{
color: #DD01C7;
}
</style>
background-color css
<style>
a { background-color: #DD01C7; }
a { background-color: rgb(221,1,199); }
div.DivClassName
{
background-color: #DD01C7;
}
.BgClassName
{
background-color: #DD01C7;
}
</style>
border-color css
<style>
span { border-color: #DD01C7; }
span { border-color: rgb(221,1,199); }
td.TdClassName
{
border-color: #DD01C7;
}
.TagClassName
{
border-color: #DD01C7;
}
</style>