Shades of Deep Magenta #DA0DD4
Tints of Deep Magenta #DA0DD4
RGB
CMYK
RGB Variations
Color information
#DA0DD4 (or 0xDA0DD4) is known color: Deep Magenta. HEX triplet: DA, 0D and D4. RGB value is (218,13,212). Sum of RGB (Red+Green+Blue) = 218+13+212=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DD4 is #25F22B. Grayscale: #606060. Windows color (decimal): -2486828 or 13897178. OLE color: 13897178.
HSL color Cylindrical-coordinate representation of color #DA0DD4: hue angle of 301.76º 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 #DA0DD4 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 212 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.15 |
| HSL | 301.76º | 0.89% | 0.45% | - |
| HSV(B) | 301.76º | 0.94% | 0.85% | - |
| XYZ | 40.94 | 19.95 | 63.98 | - |
| YUV | 96.98 | 192.92 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 212 | 0 | 0.94 | 0.03 | 0.15 | 301.76 | 0.89 | 0.45 |
| Hex | DA | D | D4 | 0 | 5E | 3 | F | 12E | 59 | 2D |
| Octal | 332 | 15 | 324 | 0 | 136 | 3 | 17 | 456 | 131 | 55 |
| Binary | 11011010 | 1101 | 11010100 | 0 | 1011110 | 11 | 1111 | 100101110 | 1011001 | 101101 |
Color Harmonies of #DA0DD4
Complementary color
Monochromatic Colors of #DA0DD4
Black with #DA0DD4
Text Example
Text Example
White with #DA0DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DD4; }
p { color: rgb(218,13,212); }
H1.HeaderClassName
{
color: #DA0DD4;
}
.AnyTagClassName
{
color: #DA0DD4;
}
</style>
background-color css
<style>
a { background-color: #DA0DD4; }
a { background-color: rgb(218,13,212); }
div.DivClassName
{
background-color: #DA0DD4;
}
.BgClassName
{
background-color: #DA0DD4;
}
</style>
border-color css
<style>
span { border-color: #DA0DD4; }
span { border-color: rgb(218,13,212); }
td.TdClassName
{
border-color: #DA0DD4;
}
.TagClassName
{
border-color: #DA0DD4;
}
</style>