Shades of Deep Magenta #DD12C7
Tints of Deep Magenta #DD12C7
RGB
CMYK
RGB Variations
Color information
#DD12C7 (or 0xDD12C7) is known color: Deep Magenta. HEX triplet: DD, 12 and C7. RGB value is (221,18,199). Sum of RGB (Red+Green+Blue) = 221+18+199=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12C7 is #22ED38. Grayscale: #626262. Windows color (decimal): -2288953 or 13046493. OLE color: 13046493.
HSL color Cylindrical-coordinate representation of color #DD12C7: hue angle of 306.5º 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 #DD12C7 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 199 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.13 |
| HSL | 306.5º | 0.85% | 0.47% | - |
| HSV(B) | 306.5º | 0.92% | 0.87% | - |
| XYZ | 40.34 | 19.93 | 55.75 | - |
| YUV | 99.33 | 184.25 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 199 | 0 | 0.92 | 0.10 | 0.13 | 306.5 | 0.85 | 0.47 |
| Hex | DD | 12 | C7 | 0 | 5C | A | D | 133 | 55 | 2F |
| Octal | 335 | 22 | 307 | 0 | 134 | 12 | 15 | 463 | 125 | 57 |
| Binary | 11011101 | 10010 | 11000111 | 0 | 1011100 | 1010 | 1101 | 100110011 | 1010101 | 101111 |
Color Harmonies of #DD12C7
Complementary color
Monochromatic Colors of #DD12C7
Black with #DD12C7
Text Example
Text Example
White with #DD12C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12C7; }
p { color: rgb(221,18,199); }
H1.HeaderClassName
{
color: #DD12C7;
}
.AnyTagClassName
{
color: #DD12C7;
}
</style>
background-color css
<style>
a { background-color: #DD12C7; }
a { background-color: rgb(221,18,199); }
div.DivClassName
{
background-color: #DD12C7;
}
.BgClassName
{
background-color: #DD12C7;
}
</style>
border-color css
<style>
span { border-color: #DD12C7; }
span { border-color: rgb(221,18,199); }
td.TdClassName
{
border-color: #DD12C7;
}
.TagClassName
{
border-color: #DD12C7;
}
</style>