Shades of Deep Magenta #DD14CD
Tints of Deep Magenta #DD14CD
RGB
CMYK
RGB Variations
Color information
#DD14CD (or 0xDD14CD) is known color: Deep Magenta. HEX triplet: DD, 14 and CD. RGB value is (221,20,205). Sum of RGB (Red+Green+Blue) = 221+20+205=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD14CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD14CD is #22EB32. Grayscale: #646464. Windows color (decimal): -2288435 or 13440221. OLE color: 13440221.
HSL color Cylindrical-coordinate representation of color #DD14CD: hue angle of 304.78º 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 #DD14CD is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 205 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.13 |
| HSL | 304.78º | 0.83% | 0.47% | - |
| HSV(B) | 304.78º | 0.91% | 0.87% | - |
| XYZ | 41.09 | 20.28 | 59.51 | - |
| YUV | 101.19 | 186.59 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 205 | 0 | 0.91 | 0.07 | 0.13 | 304.78 | 0.83 | 0.47 |
| Hex | DD | 14 | CD | 0 | 5B | 7 | D | 131 | 53 | 2F |
| Octal | 335 | 24 | 315 | 0 | 133 | 7 | 15 | 461 | 123 | 57 |
| Binary | 11011101 | 10100 | 11001101 | 0 | 1011011 | 111 | 1101 | 100110001 | 1010011 | 101111 |
Color Harmonies of #DD14CD
Complementary color
Monochromatic Colors of #DD14CD
Black with #DD14CD
Text Example
Text Example
White with #DD14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD14CD; }
p { color: rgb(221,20,205); }
H1.HeaderClassName
{
color: #DD14CD;
}
.AnyTagClassName
{
color: #DD14CD;
}
</style>
background-color css
<style>
a { background-color: #DD14CD; }
a { background-color: rgb(221,20,205); }
div.DivClassName
{
background-color: #DD14CD;
}
.BgClassName
{
background-color: #DD14CD;
}
</style>
border-color css
<style>
span { border-color: #DD14CD; }
span { border-color: rgb(221,20,205); }
td.TdClassName
{
border-color: #DD14CD;
}
.TagClassName
{
border-color: #DD14CD;
}
</style>