Shades of Deep Magenta #DA0DD3
Tints of Deep Magenta #DA0DD3
RGB
CMYK
RGB Variations
Color information
#DA0DD3 (or 0xDA0DD3) is known color: Deep Magenta. HEX triplet: DA, 0D and D3. RGB value is (218,13,211). Sum of RGB (Red+Green+Blue) = 218+13+211=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DD3 is #25F22C. Grayscale: #606060. Windows color (decimal): -2486829 or 13831642. OLE color: 13831642.
HSL color Cylindrical-coordinate representation of color #DA0DD3: hue angle of 302.05º 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 #DA0DD3 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 211 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.15 |
| HSL | 302.05º | 0.89% | 0.45% | - |
| HSV(B) | 302.05º | 0.94% | 0.85% | - |
| XYZ | 40.82 | 19.9 | 63.32 | - |
| YUV | 96.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 211 | 0 | 0.94 | 0.03 | 0.15 | 302.05 | 0.89 | 0.45 |
| Hex | DA | D | D3 | 0 | 5E | 3 | F | 12E | 59 | 2D |
| Octal | 332 | 15 | 323 | 0 | 136 | 3 | 17 | 456 | 131 | 55 |
| Binary | 11011010 | 1101 | 11010011 | 0 | 1011110 | 11 | 1111 | 100101110 | 1011001 | 101101 |
Color Harmonies of #DA0DD3
Complementary color
Monochromatic Colors of #DA0DD3
Black with #DA0DD3
Text Example
Text Example
White with #DA0DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DD3; }
p { color: rgb(218,13,211); }
H1.HeaderClassName
{
color: #DA0DD3;
}
.AnyTagClassName
{
color: #DA0DD3;
}
</style>
background-color css
<style>
a { background-color: #DA0DD3; }
a { background-color: rgb(218,13,211); }
div.DivClassName
{
background-color: #DA0DD3;
}
.BgClassName
{
background-color: #DA0DD3;
}
</style>
border-color css
<style>
span { border-color: #DA0DD3; }
span { border-color: rgb(218,13,211); }
td.TdClassName
{
border-color: #DA0DD3;
}
.TagClassName
{
border-color: #DA0DD3;
}
</style>