Shades of Deep Magenta #DD12C8
Tints of Deep Magenta #DD12C8
RGB
CMYK
RGB Variations
Color information
#DD12C8 (or 0xDD12C8) is known color: Deep Magenta. HEX triplet: DD, 12 and C8. RGB value is (221,18,200). Sum of RGB (Red+Green+Blue) = 221+18+200=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12C8 is #22ED37. Grayscale: #626262. Windows color (decimal): -2288952 or 13112029. OLE color: 13112029.
HSL color Cylindrical-coordinate representation of color #DD12C8: hue angle of 306.21º 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 #DD12C8 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 200 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.13 |
| HSL | 306.21º | 0.85% | 0.47% | - |
| HSV(B) | 306.21º | 0.92% | 0.87% | - |
| XYZ | 40.46 | 19.97 | 56.37 | - |
| YUV | 99.45 | 184.75 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 200 | 0 | 0.92 | 0.10 | 0.13 | 306.21 | 0.85 | 0.47 |
| Hex | DD | 12 | C8 | 0 | 5C | A | D | 132 | 55 | 2F |
| Octal | 335 | 22 | 310 | 0 | 134 | 12 | 15 | 462 | 125 | 57 |
| Binary | 11011101 | 10010 | 11001000 | 0 | 1011100 | 1010 | 1101 | 100110010 | 1010101 | 101111 |
Color Harmonies of #DD12C8
Complementary color
Monochromatic Colors of #DD12C8
Black with #DD12C8
Text Example
Text Example
White with #DD12C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12C8; }
p { color: rgb(221,18,200); }
H1.HeaderClassName
{
color: #DD12C8;
}
.AnyTagClassName
{
color: #DD12C8;
}
</style>
background-color css
<style>
a { background-color: #DD12C8; }
a { background-color: rgb(221,18,200); }
div.DivClassName
{
background-color: #DD12C8;
}
.BgClassName
{
background-color: #DD12C8;
}
</style>
border-color css
<style>
span { border-color: #DD12C8; }
span { border-color: rgb(221,18,200); }
td.TdClassName
{
border-color: #DD12C8;
}
.TagClassName
{
border-color: #DD12C8;
}
</style>