Shades of Deep Magenta #DD12DC
Tints of Deep Magenta #DD12DC
RGB
CMYK
RGB Variations
Color information
#DD12DC (or 0xDD12DC) is known color: Deep Magenta. HEX triplet: DD, 12 and DC. RGB value is (221,18,220). Sum of RGB (Red+Green+Blue) = 221+18+220=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 18 (7.42% from 255 or 3.92% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12DC is #22ED23. Grayscale: #656565. Windows color (decimal): -2288932 or 14422749. OLE color: 14422749.
HSL color Cylindrical-coordinate representation of color #DD12DC: hue angle of 300.3º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD12DC is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 220 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.13 |
| HSL | 300.3º | 0.85% | 0.47% | - |
| HSV(B) | 300.3º | 0.92% | 0.87% | - |
| XYZ | 42.95 | 20.97 | 69.49 | - |
| YUV | 101.73 | 194.75 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 220 | 0 | 0.92 | 0.00 | 0.13 | 300.3 | 0.85 | 0.47 |
| Hex | DD | 12 | DC | 0 | 5C | 0 | D | 12C | 55 | 2F |
| Octal | 335 | 22 | 334 | 0 | 134 | 0 | 15 | 454 | 125 | 57 |
| Binary | 11011101 | 10010 | 11011100 | 0 | 1011100 | 0 | 1101 | 100101100 | 1010101 | 101111 |
Color Harmonies of #DD12DC
Complementary color
Monochromatic Colors of #DD12DC
Black with #DD12DC
Text Example
Text Example
White with #DD12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12DC; }
p { color: rgb(221,18,220); }
H1.HeaderClassName
{
color: #DD12DC;
}
.AnyTagClassName
{
color: #DD12DC;
}
</style>
background-color css
<style>
a { background-color: #DD12DC; }
a { background-color: rgb(221,18,220); }
div.DivClassName
{
background-color: #DD12DC;
}
.BgClassName
{
background-color: #DD12DC;
}
</style>
border-color css
<style>
span { border-color: #DD12DC; }
span { border-color: rgb(221,18,220); }
td.TdClassName
{
border-color: #DD12DC;
}
.TagClassName
{
border-color: #DD12DC;
}
</style>