Shades of Deep Magenta #DD10CD
Tints of Deep Magenta #DD10CD
RGB
CMYK
RGB Variations
Color information
#DD10CD (or 0xDD10CD) is known color: Deep Magenta. HEX triplet: DD, 10 and CD. RGB value is (221,16,205). Sum of RGB (Red+Green+Blue) = 221+16+205=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10CD is #22EF32. Grayscale: #626262. Windows color (decimal): -2289459 or 13439197. OLE color: 13439197.
HSL color Cylindrical-coordinate representation of color #DD10CD: hue angle of 304.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10CD is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 205 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.13 |
| HSL | 304.68º | 0.86% | 0.46% | - |
| HSV(B) | 304.68º | 0.93% | 0.87% | - |
| XYZ | 41.02 | 20.15 | 59.48 | - |
| YUV | 98.84 | 187.92 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 205 | 0 | 0.93 | 0.07 | 0.13 | 304.68 | 0.86 | 0.46 |
| Hex | DD | 10 | CD | 0 | 5D | 7 | D | 131 | 56 | 2E |
| Octal | 335 | 20 | 315 | 0 | 135 | 7 | 15 | 461 | 126 | 56 |
| Binary | 11011101 | 10000 | 11001101 | 0 | 1011101 | 111 | 1101 | 100110001 | 1010110 | 101110 |
Color Harmonies of #DD10CD
Complementary color
Monochromatic Colors of #DD10CD
Black with #DD10CD
Text Example
Text Example
White with #DD10CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10CD; }
p { color: rgb(221,16,205); }
H1.HeaderClassName
{
color: #DD10CD;
}
.AnyTagClassName
{
color: #DD10CD;
}
</style>
background-color css
<style>
a { background-color: #DD10CD; }
a { background-color: rgb(221,16,205); }
div.DivClassName
{
background-color: #DD10CD;
}
.BgClassName
{
background-color: #DD10CD;
}
</style>
border-color css
<style>
span { border-color: #DD10CD; }
span { border-color: rgb(221,16,205); }
td.TdClassName
{
border-color: #DD10CD;
}
.TagClassName
{
border-color: #DD10CD;
}
</style>