Shades of Deep Magenta #DA0DCD
Tints of Deep Magenta #DA0DCD
RGB
CMYK
RGB Variations
Color information
#DA0DCD (or 0xDA0DCD) is known color: Deep Magenta. HEX triplet: DA, 0D and CD. RGB value is (218,13,205). Sum of RGB (Red+Green+Blue) = 218+13+205=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DCD is #25F232. Grayscale: #5F5F5F. Windows color (decimal): -2486835 or 13438426. OLE color: 13438426.
HSL color Cylindrical-coordinate representation of color #DA0DCD: hue angle of 303.8º 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 #DA0DCD is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 205 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.15 |
| HSL | 303.8º | 0.89% | 0.45% | - |
| HSV(B) | 303.8º | 0.94% | 0.85% | - |
| XYZ | 40.08 | 19.6 | 59.43 | - |
| YUV | 96.18 | 189.42 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 205 | 0 | 0.94 | 0.06 | 0.15 | 303.8 | 0.89 | 0.45 |
| Hex | DA | D | CD | 0 | 5E | 6 | F | 130 | 59 | 2D |
| Octal | 332 | 15 | 315 | 0 | 136 | 6 | 17 | 460 | 131 | 55 |
| Binary | 11011010 | 1101 | 11001101 | 0 | 1011110 | 110 | 1111 | 100110000 | 1011001 | 101101 |
Color Harmonies of #DA0DCD
Complementary color
Monochromatic Colors of #DA0DCD
Black with #DA0DCD
Text Example
Text Example
White with #DA0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DCD; }
p { color: rgb(218,13,205); }
H1.HeaderClassName
{
color: #DA0DCD;
}
.AnyTagClassName
{
color: #DA0DCD;
}
</style>
background-color css
<style>
a { background-color: #DA0DCD; }
a { background-color: rgb(218,13,205); }
div.DivClassName
{
background-color: #DA0DCD;
}
.BgClassName
{
background-color: #DA0DCD;
}
</style>
border-color css
<style>
span { border-color: #DA0DCD; }
span { border-color: rgb(218,13,205); }
td.TdClassName
{
border-color: #DA0DCD;
}
.TagClassName
{
border-color: #DA0DCD;
}
</style>