Shades of Deep Magenta #DD11DD
Tints of Deep Magenta #DD11DD
RGB
CMYK
RGB Variations
Color information
#DD11DD (or 0xDD11DD) is known color: Deep Magenta. HEX triplet: DD, 11 and DD. RGB value is (221,17,221). Sum of RGB (Red+Green+Blue) = 221+17+221=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11DD is #22EE22. Grayscale: #646464. Windows color (decimal): -2289187 or 14488029. OLE color: 14488029.
HSL color Cylindrical-coordinate representation of color #DD11DD: hue angle of 300º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11DD is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 17 | 221 | - |
CMYK | 0 | 0.92 | 0 | 0.13 |
HSL | 300º | 0.86% | 0.47% | - |
HSV(B) | 300º | 0.92% | 0.87% | - |
XYZ | 43.07 | 20.99 | 70.19 | - |
YUV | 101.25 | 195.59 | 213.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 17 | 221 | 0 | 0.92 | 0 | 0.13 | 300 | 0.86 | 0.47 |
Hex | DD | 11 | DD | 0 | 5C | 0 | D | 12C | 56 | 2F |
Octal | 335 | 21 | 335 | 0 | 134 | 0 | 15 | 454 | 126 | 57 |
Binary | 11011101 | 10001 | 11011101 | 0 | 1011100 | 0 | 1101 | 100101100 | 1010110 | 101111 |
Color Harmonies of #DD11DD
Complementary color
Monochromatic Colors of #DD11DD
Black with #DD11DD
Text Example
Text Example
White with #DD11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11DD; }
p { color: rgb(221,17,221); }
H1.HeaderClassName
{
color: #DD11DD;
}
.AnyTagClassName
{
color: #DD11DD;
}
</style>
background-color css
<style>
a { background-color: #DD11DD; }
a { background-color: rgb(221,17,221); }
div.DivClassName
{
background-color: #DD11DD;
}
.BgClassName
{
background-color: #DD11DD;
}
</style>
border-color css
<style>
span { border-color: #DD11DD; }
span { border-color: rgb(221,17,221); }
td.TdClassName
{
border-color: #DD11DD;
}
.TagClassName
{
border-color: #DD11DD;
}
</style>