Shades of Deep Magenta #DD12C6
Tints of Deep Magenta #DD12C6
RGB
CMYK
RGB Variations
Color information
#DD12C6 (or 0xDD12C6) is known color: Deep Magenta. HEX triplet: DD, 12 and C6. RGB value is (221,18,198). Sum of RGB (Red+Green+Blue) = 221+18+198=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12C6 is #22ED39. Grayscale: #626262. Windows color (decimal): -2288954 or 12980957. OLE color: 12980957.
HSL color Cylindrical-coordinate representation of color #DD12C6: hue angle of 306.8º 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 #DD12C6 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 198 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.13 |
| HSL | 306.8º | 0.85% | 0.47% | - |
| HSV(B) | 306.8º | 0.92% | 0.87% | - |
| XYZ | 40.23 | 19.88 | 55.14 | - |
| YUV | 99.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 198 | 0 | 0.92 | 0.10 | 0.13 | 306.8 | 0.85 | 0.47 |
| Hex | DD | 12 | C6 | 0 | 5C | A | D | 133 | 55 | 2F |
| Octal | 335 | 22 | 306 | 0 | 134 | 12 | 15 | 463 | 125 | 57 |
| Binary | 11011101 | 10010 | 11000110 | 0 | 1011100 | 1010 | 1101 | 100110011 | 1010101 | 101111 |
Color Harmonies of #DD12C6
Complementary color
Monochromatic Colors of #DD12C6
Black with #DD12C6
Text Example
Text Example
White with #DD12C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12C6; }
p { color: rgb(221,18,198); }
H1.HeaderClassName
{
color: #DD12C6;
}
.AnyTagClassName
{
color: #DD12C6;
}
</style>
background-color css
<style>
a { background-color: #DD12C6; }
a { background-color: rgb(221,18,198); }
div.DivClassName
{
background-color: #DD12C6;
}
.BgClassName
{
background-color: #DD12C6;
}
</style>
border-color css
<style>
span { border-color: #DD12C6; }
span { border-color: rgb(221,18,198); }
td.TdClassName
{
border-color: #DD12C6;
}
.TagClassName
{
border-color: #DD12C6;
}
</style>