Shades of Deep Magenta #DD10CC
Tints of Deep Magenta #DD10CC
RGB
CMYK
RGB Variations
Color information
#DD10CC (or 0xDD10CC) is known color: Deep Magenta. HEX triplet: DD, 10 and CC. RGB value is (221,16,204). Sum of RGB (Red+Green+Blue) = 221+16+204=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10CC is #22EF33. Grayscale: #626262. Windows color (decimal): -2289460 or 13373661. OLE color: 13373661.
HSL color Cylindrical-coordinate representation of color #DD10CC: hue angle of 304.98º 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 #DD10CC is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 204 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.13 |
| HSL | 304.98º | 0.86% | 0.46% | - |
| HSV(B) | 304.98º | 0.93% | 0.87% | - |
| XYZ | 40.9 | 20.1 | 58.85 | - |
| YUV | 98.73 | 187.42 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 204 | 0 | 0.93 | 0.08 | 0.13 | 304.98 | 0.86 | 0.46 |
| Hex | DD | 10 | CC | 0 | 5D | 8 | D | 131 | 56 | 2E |
| Octal | 335 | 20 | 314 | 0 | 135 | 10 | 15 | 461 | 126 | 56 |
| Binary | 11011101 | 10000 | 11001100 | 0 | 1011101 | 1000 | 1101 | 100110001 | 1010110 | 101110 |
Color Harmonies of #DD10CC
Complementary color
Monochromatic Colors of #DD10CC
Black with #DD10CC
Text Example
Text Example
White with #DD10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10CC; }
p { color: rgb(221,16,204); }
H1.HeaderClassName
{
color: #DD10CC;
}
.AnyTagClassName
{
color: #DD10CC;
}
</style>
background-color css
<style>
a { background-color: #DD10CC; }
a { background-color: rgb(221,16,204); }
div.DivClassName
{
background-color: #DD10CC;
}
.BgClassName
{
background-color: #DD10CC;
}
</style>
border-color css
<style>
span { border-color: #DD10CC; }
span { border-color: rgb(221,16,204); }
td.TdClassName
{
border-color: #DD10CC;
}
.TagClassName
{
border-color: #DD10CC;
}
</style>