Shades of Deep Magenta #DA1DD3
Tints of Deep Magenta #DA1DD3
RGB
CMYK
RGB Variations
Color information
#DA1DD3 (or 0xDA1DD3) is known color: Deep Magenta. HEX triplet: DA, 1D and D3. RGB value is (218,29,211). Sum of RGB (Red+Green+Blue) = 218+29+211=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DD3 is #25E22C. Grayscale: #696969. Windows color (decimal): -2482733 or 13835738. OLE color: 13835738.
HSL color Cylindrical-coordinate representation of color #DA1DD3: hue angle of 302.22º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1DD3 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 211 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.15 |
| HSL | 302.22º | 0.77% | 0.48% | - |
| HSV(B) | 302.22º | 0.87% | 0.85% | - |
| XYZ | 41.11 | 20.49 | 63.42 | - |
| YUV | 106.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 211 | 0 | 0.87 | 0.03 | 0.15 | 302.22 | 0.77 | 0.48 |
| Hex | DA | 1D | D3 | 0 | 57 | 3 | F | 12E | 4D | 30 |
| Octal | 332 | 35 | 323 | 0 | 127 | 3 | 17 | 456 | 115 | 60 |
| Binary | 11011010 | 11101 | 11010011 | 0 | 1010111 | 11 | 1111 | 100101110 | 1001101 | 110000 |
Color Harmonies of #DA1DD3
Complementary color
Monochromatic Colors of #DA1DD3
Black with #DA1DD3
Text Example
Text Example
White with #DA1DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DD3; }
p { color: rgb(218,29,211); }
H1.HeaderClassName
{
color: #DA1DD3;
}
.AnyTagClassName
{
color: #DA1DD3;
}
</style>
background-color css
<style>
a { background-color: #DA1DD3; }
a { background-color: rgb(218,29,211); }
div.DivClassName
{
background-color: #DA1DD3;
}
.BgClassName
{
background-color: #DA1DD3;
}
</style>
border-color css
<style>
span { border-color: #DA1DD3; }
span { border-color: rgb(218,29,211); }
td.TdClassName
{
border-color: #DA1DD3;
}
.TagClassName
{
border-color: #DA1DD3;
}
</style>