Shades of Deep Magenta #DD14D6
Tints of Deep Magenta #DD14D6
RGB
CMYK
RGB Variations
Color information
#DD14D6 (or 0xDD14D6) is known color: Deep Magenta. HEX triplet: DD, 14 and D6. RGB value is (221,20,214). Sum of RGB (Red+Green+Blue) = 221+20+214=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14D6 is #22EB29. Grayscale: #656565. Windows color (decimal): -2288426 or 14030045. OLE color: 14030045.
HSL color Cylindrical-coordinate representation of color #DD14D6: hue angle of 302.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD14D6 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 214 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.13 |
| HSL | 302.09º | 0.83% | 0.47% | - |
| HSV(B) | 302.09º | 0.91% | 0.87% | - |
| XYZ | 42.21 | 20.73 | 65.39 | - |
| YUV | 102.22 | 191.09 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 214 | 0 | 0.91 | 0.03 | 0.13 | 302.09 | 0.83 | 0.47 |
| Hex | DD | 14 | D6 | 0 | 5B | 3 | D | 12E | 53 | 2F |
| Octal | 335 | 24 | 326 | 0 | 133 | 3 | 15 | 456 | 123 | 57 |
| Binary | 11011101 | 10100 | 11010110 | 0 | 1011011 | 11 | 1101 | 100101110 | 1010011 | 101111 |
Color Harmonies of #DD14D6
Complementary color
Monochromatic Colors of #DD14D6
Black with #DD14D6
Text Example
Text Example
White with #DD14D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14D6; }
p { color: rgb(221,20,214); }
H1.HeaderClassName
{
color: #DD14D6;
}
.AnyTagClassName
{
color: #DD14D6;
}
</style>
background-color css
<style>
a { background-color: #DD14D6; }
a { background-color: rgb(221,20,214); }
div.DivClassName
{
background-color: #DD14D6;
}
.BgClassName
{
background-color: #DD14D6;
}
</style>
border-color css
<style>
span { border-color: #DD14D6; }
span { border-color: rgb(221,20,214); }
td.TdClassName
{
border-color: #DD14D6;
}
.TagClassName
{
border-color: #DD14D6;
}
</style>