Shades of Deep Magenta #DD10D3
Tints of Deep Magenta #DD10D3
RGB
CMYK
RGB Variations
Color information
#DD10D3 (or 0xDD10D3) is known color: Deep Magenta. HEX triplet: DD, 10 and D3. RGB value is (221,16,211). Sum of RGB (Red+Green+Blue) = 221+16+211=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10D3 is #22EF2C. Grayscale: #626262. Windows color (decimal): -2289453 or 13832413. OLE color: 13832413.
HSL color Cylindrical-coordinate representation of color #DD10D3: hue angle of 302.93º 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 #DD10D3 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 211 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.13 |
| HSL | 302.93º | 0.86% | 0.46% | - |
| HSV(B) | 302.93º | 0.93% | 0.87% | - |
| XYZ | 41.76 | 20.45 | 63.37 | - |
| YUV | 99.53 | 190.92 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 211 | 0 | 0.93 | 0.05 | 0.13 | 302.93 | 0.86 | 0.46 |
| Hex | DD | 10 | D3 | 0 | 5D | 5 | D | 12F | 56 | 2E |
| Octal | 335 | 20 | 323 | 0 | 135 | 5 | 15 | 457 | 126 | 56 |
| Binary | 11011101 | 10000 | 11010011 | 0 | 1011101 | 101 | 1101 | 100101111 | 1010110 | 101110 |
Color Harmonies of #DD10D3
Complementary color
Monochromatic Colors of #DD10D3
Black with #DD10D3
Text Example
Text Example
White with #DD10D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10D3; }
p { color: rgb(221,16,211); }
H1.HeaderClassName
{
color: #DD10D3;
}
.AnyTagClassName
{
color: #DD10D3;
}
</style>
background-color css
<style>
a { background-color: #DD10D3; }
a { background-color: rgb(221,16,211); }
div.DivClassName
{
background-color: #DD10D3;
}
.BgClassName
{
background-color: #DD10D3;
}
</style>
border-color css
<style>
span { border-color: #DD10D3; }
span { border-color: rgb(221,16,211); }
td.TdClassName
{
border-color: #DD10D3;
}
.TagClassName
{
border-color: #DD10D3;
}
</style>