Shades of Deep Magenta #DA0DDC
Tints of Deep Magenta #DA0DDC
RGB
CMYK
RGB Variations
Color information
#DA0DDC (or 0xDA0DDC) is known color: Deep Magenta. HEX triplet: DA, 0D and DC. RGB value is (218,13,220). Sum of RGB (Red+Green+Blue) = 218+13+220=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DDC is #25F223. Grayscale: #616161. Windows color (decimal): -2486820 or 14421466. OLE color: 14421466.
HSL color Cylindrical-coordinate representation of color #DA0DDC: hue angle of 299.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DDC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 13 | 220 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.14 |
| HSL | 299.42º | 0.89% | 0.46% | - |
| HSV(B) | 299.42º | 0.94% | 0.86% | - |
| XYZ | 41.98 | 20.36 | 69.43 | - |
| YUV | 97.89 | 196.92 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 220 | 0.01 | 0.94 | 0 | 0.14 | 299.42 | 0.89 | 0.46 |
| Hex | DA | D | DC | 1 | 5E | 0 | E | 12B | 59 | 2E |
| Octal | 332 | 15 | 334 | 1 | 136 | 0 | 16 | 453 | 131 | 56 |
| Binary | 11011010 | 1101 | 11011100 | 1 | 1011110 | 0 | 1110 | 100101011 | 1011001 | 101110 |
Color Harmonies of #DA0DDC
Complementary color
Monochromatic Colors of #DA0DDC
Black with #DA0DDC
Text Example
Text Example
White with #DA0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DDC; }
p { color: rgb(218,13,220); }
H1.HeaderClassName
{
color: #DA0DDC;
}
.AnyTagClassName
{
color: #DA0DDC;
}
</style>
background-color css
<style>
a { background-color: #DA0DDC; }
a { background-color: rgb(218,13,220); }
div.DivClassName
{
background-color: #DA0DDC;
}
.BgClassName
{
background-color: #DA0DDC;
}
</style>
border-color css
<style>
span { border-color: #DA0DDC; }
span { border-color: rgb(218,13,220); }
td.TdClassName
{
border-color: #DA0DDC;
}
.TagClassName
{
border-color: #DA0DDC;
}
</style>