Shades of Deep Magenta #DD12D7
Tints of Deep Magenta #DD12D7
RGB
CMYK
RGB Variations
Color information
#DD12D7 (or 0xDD12D7) is known color: Deep Magenta. HEX triplet: DD, 12 and D7. RGB value is (221,18,215). Sum of RGB (Red+Green+Blue) = 221+18+215=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12D7 is #22ED28. Grayscale: #646464. Windows color (decimal): -2288937 or 14095069. OLE color: 14095069.
HSL color Cylindrical-coordinate representation of color #DD12D7: hue angle of 301.77º 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 #DD12D7 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 215 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.13 |
| HSL | 301.77º | 0.85% | 0.47% | - |
| HSV(B) | 301.77º | 0.92% | 0.87% | - |
| XYZ | 42.3 | 20.71 | 66.06 | - |
| YUV | 101.16 | 192.25 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 215 | 0 | 0.92 | 0.03 | 0.13 | 301.77 | 0.85 | 0.47 |
| Hex | DD | 12 | D7 | 0 | 5C | 3 | D | 12E | 55 | 2F |
| Octal | 335 | 22 | 327 | 0 | 134 | 3 | 15 | 456 | 125 | 57 |
| Binary | 11011101 | 10010 | 11010111 | 0 | 1011100 | 11 | 1101 | 100101110 | 1010101 | 101111 |
Color Harmonies of #DD12D7
Complementary color
Monochromatic Colors of #DD12D7
Black with #DD12D7
Text Example
Text Example
White with #DD12D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12D7; }
p { color: rgb(221,18,215); }
H1.HeaderClassName
{
color: #DD12D7;
}
.AnyTagClassName
{
color: #DD12D7;
}
</style>
background-color css
<style>
a { background-color: #DD12D7; }
a { background-color: rgb(221,18,215); }
div.DivClassName
{
background-color: #DD12D7;
}
.BgClassName
{
background-color: #DD12D7;
}
</style>
border-color css
<style>
span { border-color: #DD12D7; }
span { border-color: rgb(221,18,215); }
td.TdClassName
{
border-color: #DD12D7;
}
.TagClassName
{
border-color: #DD12D7;
}
</style>