Shades of Deep Magenta #DA11D7
Tints of Deep Magenta #DA11D7
RGB
CMYK
RGB Variations
Color information
#DA11D7 (or 0xDA11D7) is known color: Deep Magenta. HEX triplet: DA, 11 and D7. RGB value is (218,17,215). Sum of RGB (Red+Green+Blue) = 218+17+215=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11D7 is #25EE28. Grayscale: #636363. Windows color (decimal): -2485801 or 14094810. OLE color: 14094810.
HSL color Cylindrical-coordinate representation of color #DA11D7: hue angle of 300.9º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11D7 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 215 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.15 |
| HSL | 300.9º | 0.86% | 0.46% | - |
| HSV(B) | 300.9º | 0.92% | 0.85% | - |
| XYZ | 41.38 | 20.21 | 66.01 | - |
| YUV | 99.67 | 193.09 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 215 | 0 | 0.92 | 0.01 | 0.15 | 300.9 | 0.86 | 0.46 |
| Hex | DA | 11 | D7 | 0 | 5C | 1 | F | 12D | 56 | 2E |
| Octal | 332 | 21 | 327 | 0 | 134 | 1 | 17 | 455 | 126 | 56 |
| Binary | 11011010 | 10001 | 11010111 | 0 | 1011100 | 1 | 1111 | 100101101 | 1010110 | 101110 |
Color Harmonies of #DA11D7
Complementary color
Monochromatic Colors of #DA11D7
Black with #DA11D7
Text Example
Text Example
White with #DA11D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11D7; }
p { color: rgb(218,17,215); }
H1.HeaderClassName
{
color: #DA11D7;
}
.AnyTagClassName
{
color: #DA11D7;
}
</style>
background-color css
<style>
a { background-color: #DA11D7; }
a { background-color: rgb(218,17,215); }
div.DivClassName
{
background-color: #DA11D7;
}
.BgClassName
{
background-color: #DA11D7;
}
</style>
border-color css
<style>
span { border-color: #DA11D7; }
span { border-color: rgb(218,17,215); }
td.TdClassName
{
border-color: #DA11D7;
}
.TagClassName
{
border-color: #DA11D7;
}
</style>