Shades of Deep Magenta #DA0DD1
Tints of Deep Magenta #DA0DD1
RGB
CMYK
RGB Variations
Color information
#DA0DD1 (or 0xDA0DD1) is known color: Deep Magenta. HEX triplet: DA, 0D and D1. RGB value is (218,13,209). Sum of RGB (Red+Green+Blue) = 218+13+209=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DD1 is #25F22E. Grayscale: #606060. Windows color (decimal): -2486831 or 13700570. OLE color: 13700570.
HSL color Cylindrical-coordinate representation of color #DA0DD1: hue angle of 302.63º 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 #DA0DD1 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 209 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.15 |
| HSL | 302.63º | 0.89% | 0.45% | - |
| HSV(B) | 302.63º | 0.94% | 0.85% | - |
| XYZ | 40.57 | 19.8 | 62 | - |
| YUV | 96.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 209 | 0 | 0.94 | 0.04 | 0.15 | 302.63 | 0.89 | 0.45 |
| Hex | DA | D | D1 | 0 | 5E | 4 | F | 12F | 59 | 2D |
| Octal | 332 | 15 | 321 | 0 | 136 | 4 | 17 | 457 | 131 | 55 |
| Binary | 11011010 | 1101 | 11010001 | 0 | 1011110 | 100 | 1111 | 100101111 | 1011001 | 101101 |
Color Harmonies of #DA0DD1
Complementary color
Monochromatic Colors of #DA0DD1
Black with #DA0DD1
Text Example
Text Example
White with #DA0DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DD1; }
p { color: rgb(218,13,209); }
H1.HeaderClassName
{
color: #DA0DD1;
}
.AnyTagClassName
{
color: #DA0DD1;
}
</style>
background-color css
<style>
a { background-color: #DA0DD1; }
a { background-color: rgb(218,13,209); }
div.DivClassName
{
background-color: #DA0DD1;
}
.BgClassName
{
background-color: #DA0DD1;
}
</style>
border-color css
<style>
span { border-color: #DA0DD1; }
span { border-color: rgb(218,13,209); }
td.TdClassName
{
border-color: #DA0DD1;
}
.TagClassName
{
border-color: #DA0DD1;
}
</style>