Shades of Deep Magenta #DD01C6
Tints of Deep Magenta #DD01C6
RGB
CMYK
RGB Variations
Color information
#DD01C6 (or 0xDD01C6) is known color: Deep Magenta. HEX triplet: DD, 01 and C6. RGB value is (221,1,198). Sum of RGB (Red+Green+Blue) = 221+1+198=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01C6 is #22FE39. Grayscale: #585858. Windows color (decimal): -2293306 or 12976605. OLE color: 12976605.
HSL color Cylindrical-coordinate representation of color #DD01C6: hue angle of 306.27º 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 #DD01C6 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 198 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.13 |
| HSL | 306.27º | 0.99% | 0.44% | - |
| HSV(B) | 306.27º | 1% | 0.87% | - |
| XYZ | 40.02 | 19.47 | 55.07 | - |
| YUV | 89.24 | 189.39 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 198 | 0 | 1.00 | 0.10 | 0.13 | 306.27 | 0.99 | 0.44 |
| Hex | DD | 1 | C6 | 0 | 64 | A | D | 132 | 63 | 2C |
| Octal | 335 | 1 | 306 | 0 | 144 | 12 | 15 | 462 | 143 | 54 |
| Binary | 11011101 | 1 | 11000110 | 0 | 1100100 | 1010 | 1101 | 100110010 | 1100011 | 101100 |
Color Harmonies of #DD01C6
Complementary color
Monochromatic Colors of #DD01C6
Black with #DD01C6
Text Example
Text Example
White with #DD01C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01C6; }
p { color: rgb(221,1,198); }
H1.HeaderClassName
{
color: #DD01C6;
}
.AnyTagClassName
{
color: #DD01C6;
}
</style>
background-color css
<style>
a { background-color: #DD01C6; }
a { background-color: rgb(221,1,198); }
div.DivClassName
{
background-color: #DD01C6;
}
.BgClassName
{
background-color: #DD01C6;
}
</style>
border-color css
<style>
span { border-color: #DD01C6; }
span { border-color: rgb(221,1,198); }
td.TdClassName
{
border-color: #DD01C6;
}
.TagClassName
{
border-color: #DD01C6;
}
</style>