Shades of Deep Magenta #DD12BE
Tints of Deep Magenta #DD12BE
RGB
CMYK
RGB Variations
Color information
#DD12BE (or 0xDD12BE) is known color: Deep Magenta. HEX triplet: DD, 12 and BE. RGB value is (221,18,190). Sum of RGB (Red+Green+Blue) = 221+18+190=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12BE is #22ED41. Grayscale: #616161. Windows color (decimal): -2288962 or 12456669. OLE color: 12456669.
HSL color Cylindrical-coordinate representation of color #DD12BE: hue angle of 309.16º 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 #DD12BE is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 190 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.13 |
| HSL | 309.16º | 0.85% | 0.47% | - |
| HSV(B) | 309.16º | 0.92% | 0.87% | - |
| XYZ | 39.33 | 19.52 | 50.41 | - |
| YUV | 98.31 | 179.75 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 190 | 0 | 0.92 | 0.14 | 0.13 | 309.16 | 0.85 | 0.47 |
| Hex | DD | 12 | BE | 0 | 5C | E | D | 135 | 55 | 2F |
| Octal | 335 | 22 | 276 | 0 | 134 | 16 | 15 | 465 | 125 | 57 |
| Binary | 11011101 | 10010 | 10111110 | 0 | 1011100 | 1110 | 1101 | 100110101 | 1010101 | 101111 |
Color Harmonies of #DD12BE
Complementary color
Monochromatic Colors of #DD12BE
Black with #DD12BE
Text Example
Text Example
White with #DD12BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12BE; }
p { color: rgb(221,18,190); }
H1.HeaderClassName
{
color: #DD12BE;
}
.AnyTagClassName
{
color: #DD12BE;
}
</style>
background-color css
<style>
a { background-color: #DD12BE; }
a { background-color: rgb(221,18,190); }
div.DivClassName
{
background-color: #DD12BE;
}
.BgClassName
{
background-color: #DD12BE;
}
</style>
border-color css
<style>
span { border-color: #DD12BE; }
span { border-color: rgb(221,18,190); }
td.TdClassName
{
border-color: #DD12BE;
}
.TagClassName
{
border-color: #DD12BE;
}
</style>