Shades of Deep Magenta #DA11DD
Tints of Deep Magenta #DA11DD
RGB
CMYK
RGB Variations
Color information
#DA11DD (or 0xDA11DD) is known color: Deep Magenta. HEX triplet: DA, 11 and DD. RGB value is (218,17,221). Sum of RGB (Red+Green+Blue) = 218+17+221=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11DD is #25EE22. Grayscale: #636363. Windows color (decimal): -2485795 or 14488026. OLE color: 14488026.
HSL color Cylindrical-coordinate representation of color #DA11DD: hue angle of 299.12º 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 #DA11DD is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 17 | 221 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.13 |
| HSL | 299.12º | 0.86% | 0.47% | - |
| HSV(B) | 299.12º | 0.92% | 0.87% | - |
| XYZ | 42.17 | 20.53 | 70.15 | - |
| YUV | 100.36 | 196.09 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 221 | 0.01 | 0.92 | 0 | 0.13 | 299.12 | 0.86 | 0.47 |
| Hex | DA | 11 | DD | 1 | 5C | 0 | D | 12B | 56 | 2F |
| Octal | 332 | 21 | 335 | 1 | 134 | 0 | 15 | 453 | 126 | 57 |
| Binary | 11011010 | 10001 | 11011101 | 1 | 1011100 | 0 | 1101 | 100101011 | 1010110 | 101111 |
Color Harmonies of #DA11DD
Complementary color
Monochromatic Colors of #DA11DD
Black with #DA11DD
Text Example
Text Example
White with #DA11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11DD; }
p { color: rgb(218,17,221); }
H1.HeaderClassName
{
color: #DA11DD;
}
.AnyTagClassName
{
color: #DA11DD;
}
</style>
background-color css
<style>
a { background-color: #DA11DD; }
a { background-color: rgb(218,17,221); }
div.DivClassName
{
background-color: #DA11DD;
}
.BgClassName
{
background-color: #DA11DD;
}
</style>
border-color css
<style>
span { border-color: #DA11DD; }
span { border-color: rgb(218,17,221); }
td.TdClassName
{
border-color: #DA11DD;
}
.TagClassName
{
border-color: #DA11DD;
}
</style>