Shades of Deep Magenta #DD12CE
Tints of Deep Magenta #DD12CE
RGB
CMYK
RGB Variations
Color information
#DD12CE (or 0xDD12CE) is known color: Deep Magenta. HEX triplet: DD, 12 and CE. RGB value is (221,18,206). Sum of RGB (Red+Green+Blue) = 221+18+206=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12CE is #22ED31. Grayscale: #636363. Windows color (decimal): -2288946 or 13505245. OLE color: 13505245.
HSL color Cylindrical-coordinate representation of color #DD12CE: hue angle of 304.43º 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 #DD12CE is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.13 |
| HSL | 304.43º | 0.85% | 0.47% | - |
| HSV(B) | 304.43º | 0.92% | 0.87% | - |
| XYZ | 41.18 | 20.26 | 60.13 | - |
| YUV | 100.13 | 187.75 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 206 | 0 | 0.92 | 0.07 | 0.13 | 304.43 | 0.85 | 0.47 |
| Hex | DD | 12 | CE | 0 | 5C | 7 | D | 130 | 55 | 2F |
| Octal | 335 | 22 | 316 | 0 | 134 | 7 | 15 | 460 | 125 | 57 |
| Binary | 11011101 | 10010 | 11001110 | 0 | 1011100 | 111 | 1101 | 100110000 | 1010101 | 101111 |
Color Harmonies of #DD12CE
Complementary color
Monochromatic Colors of #DD12CE
Black with #DD12CE
Text Example
Text Example
White with #DD12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12CE; }
p { color: rgb(221,18,206); }
H1.HeaderClassName
{
color: #DD12CE;
}
.AnyTagClassName
{
color: #DD12CE;
}
</style>
background-color css
<style>
a { background-color: #DD12CE; }
a { background-color: rgb(221,18,206); }
div.DivClassName
{
background-color: #DD12CE;
}
.BgClassName
{
background-color: #DD12CE;
}
</style>
border-color css
<style>
span { border-color: #DD12CE; }
span { border-color: rgb(221,18,206); }
td.TdClassName
{
border-color: #DD12CE;
}
.TagClassName
{
border-color: #DD12CE;
}
</style>