Shades of Deep Magenta #DD01DC
Tints of Deep Magenta #DD01DC
RGB
CMYK
RGB Variations
Color information
#DD01DC (or 0xDD01DC) is known color: Deep Magenta. HEX triplet: DD, 01 and DC. RGB value is (221,1,220). Sum of RGB (Red+Green+Blue) = 221+1+220=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01DC is #22FE23. Grayscale: #5B5B5B. Windows color (decimal): -2293284 or 14418397. OLE color: 14418397.
HSL color Cylindrical-coordinate representation of color #DD01DC: hue angle of 300.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 #DD01DC is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 220 | - |
| CMYK | 0 | 1.00 | 0.00 | 0.13 |
| HSL | 300.27º | 0.99% | 0.44% | - |
| HSV(B) | 300.27º | 1% | 0.87% | - |
| XYZ | 42.75 | 20.56 | 69.43 | - |
| YUV | 91.75 | 200.39 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 220 | 0 | 1.00 | 0.00 | 0.13 | 300.27 | 0.99 | 0.44 |
| Hex | DD | 1 | DC | 0 | 64 | 0 | D | 12C | 63 | 2C |
| Octal | 335 | 1 | 334 | 0 | 144 | 0 | 15 | 454 | 143 | 54 |
| Binary | 11011101 | 1 | 11011100 | 0 | 1100100 | 0 | 1101 | 100101100 | 1100011 | 101100 |
Color Harmonies of #DD01DC
Complementary color
Monochromatic Colors of #DD01DC
Black with #DD01DC
Text Example
Text Example
White with #DD01DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01DC; }
p { color: rgb(221,1,220); }
H1.HeaderClassName
{
color: #DD01DC;
}
.AnyTagClassName
{
color: #DD01DC;
}
</style>
background-color css
<style>
a { background-color: #DD01DC; }
a { background-color: rgb(221,1,220); }
div.DivClassName
{
background-color: #DD01DC;
}
.BgClassName
{
background-color: #DD01DC;
}
</style>
border-color css
<style>
span { border-color: #DD01DC; }
span { border-color: rgb(221,1,220); }
td.TdClassName
{
border-color: #DD01DC;
}
.TagClassName
{
border-color: #DD01DC;
}
</style>