Shades of Deep Magenta #DA0ACD
Tints of Deep Magenta #DA0ACD
RGB
CMYK
RGB Variations
Color information
#DA0ACD (or 0xDA0ACD) is known color: Deep Magenta. HEX triplet: DA, 0A and CD. RGB value is (218,10,205). Sum of RGB (Red+Green+Blue) = 218+10+205=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ACD is #25F532. Grayscale: #5D5D5D. Windows color (decimal): -2487603 or 13437658. OLE color: 13437658.
HSL color Cylindrical-coordinate representation of color #DA0ACD: hue angle of 303.75º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0ACD is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 205 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.15 |
| HSL | 303.75º | 0.91% | 0.45% | - |
| HSV(B) | 303.75º | 0.95% | 0.85% | - |
| XYZ | 40.04 | 19.53 | 59.42 | - |
| YUV | 94.42 | 190.41 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 205 | 0 | 0.95 | 0.06 | 0.15 | 303.75 | 0.91 | 0.45 |
| Hex | DA | A | CD | 0 | 5F | 6 | F | 130 | 5B | 2D |
| Octal | 332 | 12 | 315 | 0 | 137 | 6 | 17 | 460 | 133 | 55 |
| Binary | 11011010 | 1010 | 11001101 | 0 | 1011111 | 110 | 1111 | 100110000 | 1011011 | 101101 |
Color Harmonies of #DA0ACD
Complementary color
Monochromatic Colors of #DA0ACD
Black with #DA0ACD
Text Example
Text Example
White with #DA0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ACD; }
p { color: rgb(218,10,205); }
H1.HeaderClassName
{
color: #DA0ACD;
}
.AnyTagClassName
{
color: #DA0ACD;
}
</style>
background-color css
<style>
a { background-color: #DA0ACD; }
a { background-color: rgb(218,10,205); }
div.DivClassName
{
background-color: #DA0ACD;
}
.BgClassName
{
background-color: #DA0ACD;
}
</style>
border-color css
<style>
span { border-color: #DA0ACD; }
span { border-color: rgb(218,10,205); }
td.TdClassName
{
border-color: #DA0ACD;
}
.TagClassName
{
border-color: #DA0ACD;
}
</style>