Shades of Deep Magenta #DA0DD7
Tints of Deep Magenta #DA0DD7
RGB
CMYK
RGB Variations
Color information
#DA0DD7 (or 0xDA0DD7) is known color: Deep Magenta. HEX triplet: DA, 0D and D7. RGB value is (218,13,215). Sum of RGB (Red+Green+Blue) = 218+13+215=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DD7 is #25F228. Grayscale: #606060. Windows color (decimal): -2486825 or 14093786. OLE color: 14093786.
HSL color Cylindrical-coordinate representation of color #DA0DD7: hue angle of 300.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DD7 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 215 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.15 |
| HSL | 300.88º | 0.89% | 0.45% | - |
| HSV(B) | 300.88º | 0.94% | 0.85% | - |
| XYZ | 41.32 | 20.1 | 65.99 | - |
| YUV | 97.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 215 | 0 | 0.94 | 0.01 | 0.15 | 300.88 | 0.89 | 0.45 |
| Hex | DA | D | D7 | 0 | 5E | 1 | F | 12D | 59 | 2D |
| Octal | 332 | 15 | 327 | 0 | 136 | 1 | 17 | 455 | 131 | 55 |
| Binary | 11011010 | 1101 | 11010111 | 0 | 1011110 | 1 | 1111 | 100101101 | 1011001 | 101101 |
Color Harmonies of #DA0DD7
Complementary color
Monochromatic Colors of #DA0DD7
Black with #DA0DD7
Text Example
Text Example
White with #DA0DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DD7; }
p { color: rgb(218,13,215); }
H1.HeaderClassName
{
color: #DA0DD7;
}
.AnyTagClassName
{
color: #DA0DD7;
}
</style>
background-color css
<style>
a { background-color: #DA0DD7; }
a { background-color: rgb(218,13,215); }
div.DivClassName
{
background-color: #DA0DD7;
}
.BgClassName
{
background-color: #DA0DD7;
}
</style>
border-color css
<style>
span { border-color: #DA0DD7; }
span { border-color: rgb(218,13,215); }
td.TdClassName
{
border-color: #DA0DD7;
}
.TagClassName
{
border-color: #DA0DD7;
}
</style>