Shades of Deep Magenta #DD14D8
Tints of Deep Magenta #DD14D8
RGB
CMYK
RGB Variations
Color information
#DD14D8 (or 0xDD14D8) is known color: Deep Magenta. HEX triplet: DD, 14 and D8. RGB value is (221,20,216). Sum of RGB (Red+Green+Blue) = 221+20+216=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14D8 is #22EB27. Grayscale: #656565. Windows color (decimal): -2288424 or 14161117. OLE color: 14161117.
HSL color Cylindrical-coordinate representation of color #DD14D8: hue angle of 301.49º 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 #DD14D8 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 216 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.13 |
| HSL | 301.49º | 0.83% | 0.47% | - |
| HSV(B) | 301.49º | 0.91% | 0.87% | - |
| XYZ | 42.46 | 20.83 | 66.75 | - |
| YUV | 102.44 | 192.09 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 216 | 0 | 0.91 | 0.02 | 0.13 | 301.49 | 0.83 | 0.47 |
| Hex | DD | 14 | D8 | 0 | 5B | 2 | D | 12D | 53 | 2F |
| Octal | 335 | 24 | 330 | 0 | 133 | 2 | 15 | 455 | 123 | 57 |
| Binary | 11011101 | 10100 | 11011000 | 0 | 1011011 | 10 | 1101 | 100101101 | 1010011 | 101111 |
Color Harmonies of #DD14D8
Complementary color
Monochromatic Colors of #DD14D8
Black with #DD14D8
Text Example
Text Example
White with #DD14D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14D8; }
p { color: rgb(221,20,216); }
H1.HeaderClassName
{
color: #DD14D8;
}
.AnyTagClassName
{
color: #DD14D8;
}
</style>
background-color css
<style>
a { background-color: #DD14D8; }
a { background-color: rgb(221,20,216); }
div.DivClassName
{
background-color: #DD14D8;
}
.BgClassName
{
background-color: #DD14D8;
}
</style>
border-color css
<style>
span { border-color: #DD14D8; }
span { border-color: rgb(221,20,216); }
td.TdClassName
{
border-color: #DD14D8;
}
.TagClassName
{
border-color: #DD14D8;
}
</style>