Shades of Deep Magenta #DD10C2
Tints of Deep Magenta #DD10C2
RGB
CMYK
RGB Variations
Color information
#DD10C2 (or 0xDD10C2) is known color: Deep Magenta. HEX triplet: DD, 10 and C2. RGB value is (221,16,194). Sum of RGB (Red+Green+Blue) = 221+16+194=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10C2 is #22EF3D. Grayscale: #616161. Windows color (decimal): -2289470 or 12718301. OLE color: 12718301.
HSL color Cylindrical-coordinate representation of color #DD10C2: hue angle of 307.9º 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 #DD10C2 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 16 | 194 | - |
CMYK | 0 | 0.93 | 0.12 | 0.13 |
HSL | 307.9º | 0.86% | 0.46% | - |
HSV(B) | 307.9º | 0.93% | 0.87% | - |
XYZ | 39.74 | 19.64 | 52.73 | - |
YUV | 97.59 | 182.42 | 216.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 16 | 194 | 0 | 0.93 | 0.12 | 0.13 | 307.9 | 0.86 | 0.46 |
Hex | DD | 10 | C2 | 0 | 5D | C | D | 134 | 56 | 2E |
Octal | 335 | 20 | 302 | 0 | 135 | 14 | 15 | 464 | 126 | 56 |
Binary | 11011101 | 10000 | 11000010 | 0 | 1011101 | 1100 | 1101 | 100110100 | 1010110 | 101110 |
Color Harmonies of #DD10C2
Complementary color
Monochromatic Colors of #DD10C2
Black with #DD10C2
Text Example
Text Example
White with #DD10C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10C2; }
p { color: rgb(221,16,194); }
H1.HeaderClassName
{
color: #DD10C2;
}
.AnyTagClassName
{
color: #DD10C2;
}
</style>
background-color css
<style>
a { background-color: #DD10C2; }
a { background-color: rgb(221,16,194); }
div.DivClassName
{
background-color: #DD10C2;
}
.BgClassName
{
background-color: #DD10C2;
}
</style>
border-color css
<style>
span { border-color: #DD10C2; }
span { border-color: rgb(221,16,194); }
td.TdClassName
{
border-color: #DD10C2;
}
.TagClassName
{
border-color: #DD10C2;
}
</style>