Shades of Deep Magenta #DD12DB
Tints of Deep Magenta #DD12DB
RGB
CMYK
RGB Variations
Color information
#DD12DB (or 0xDD12DB) is known color: Deep Magenta. HEX triplet: DD, 12 and DB. RGB value is (221,18,219). Sum of RGB (Red+Green+Blue) = 221+18+219=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12DB is #22ED24. Grayscale: #656565. Windows color (decimal): -2288933 or 14357213. OLE color: 14357213.
HSL color Cylindrical-coordinate representation of color #DD12DB: hue angle of 300.59º 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 #DD12DB is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.13 |
| HSL | 300.59º | 0.85% | 0.47% | - |
| HSV(B) | 300.59º | 0.92% | 0.87% | - |
| XYZ | 42.82 | 20.92 | 68.8 | - |
| YUV | 101.61 | 194.25 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 219 | 0 | 0.92 | 0.01 | 0.13 | 300.59 | 0.85 | 0.47 |
| Hex | DD | 12 | DB | 0 | 5C | 1 | D | 12D | 55 | 2F |
| Octal | 335 | 22 | 333 | 0 | 134 | 1 | 15 | 455 | 125 | 57 |
| Binary | 11011101 | 10010 | 11011011 | 0 | 1011100 | 1 | 1101 | 100101101 | 1010101 | 101111 |
Color Harmonies of #DD12DB
Complementary color
Monochromatic Colors of #DD12DB
Black with #DD12DB
Text Example
Text Example
White with #DD12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12DB; }
p { color: rgb(221,18,219); }
H1.HeaderClassName
{
color: #DD12DB;
}
.AnyTagClassName
{
color: #DD12DB;
}
</style>
background-color css
<style>
a { background-color: #DD12DB; }
a { background-color: rgb(221,18,219); }
div.DivClassName
{
background-color: #DD12DB;
}
.BgClassName
{
background-color: #DD12DB;
}
</style>
border-color css
<style>
span { border-color: #DD12DB; }
span { border-color: rgb(221,18,219); }
td.TdClassName
{
border-color: #DD12DB;
}
.TagClassName
{
border-color: #DD12DB;
}
</style>