Shades of Deep Magenta #DA1AD2
Tints of Deep Magenta #DA1AD2
RGB
CMYK
RGB Variations
Color information
#DA1AD2 (or 0xDA1AD2) is known color: Deep Magenta. HEX triplet: DA, 1A and D2. RGB value is (218,26,210). Sum of RGB (Red+Green+Blue) = 218+26+210=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1AD2 is #25E52D. Grayscale: #676767. Windows color (decimal): -2483502 or 13769434. OLE color: 13769434.
HSL color Cylindrical-coordinate representation of color #DA1AD2: hue angle of 302.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1AD2 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 210 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.15 |
| HSL | 302.5º | 0.79% | 0.48% | - |
| HSV(B) | 302.5º | 0.88% | 0.85% | - |
| XYZ | 40.92 | 20.3 | 62.73 | - |
| YUV | 104.38 | 187.61 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 210 | 0 | 0.88 | 0.04 | 0.15 | 302.5 | 0.79 | 0.48 |
| Hex | DA | 1A | D2 | 0 | 58 | 4 | F | 12E | 4F | 30 |
| Octal | 332 | 32 | 322 | 0 | 130 | 4 | 17 | 456 | 117 | 60 |
| Binary | 11011010 | 11010 | 11010010 | 0 | 1011000 | 100 | 1111 | 100101110 | 1001111 | 110000 |
Color Harmonies of #DA1AD2
Complementary color
Monochromatic Colors of #DA1AD2
Black with #DA1AD2
Text Example
Text Example
White with #DA1AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1AD2; }
p { color: rgb(218,26,210); }
H1.HeaderClassName
{
color: #DA1AD2;
}
.AnyTagClassName
{
color: #DA1AD2;
}
</style>
background-color css
<style>
a { background-color: #DA1AD2; }
a { background-color: rgb(218,26,210); }
div.DivClassName
{
background-color: #DA1AD2;
}
.BgClassName
{
background-color: #DA1AD2;
}
</style>
border-color css
<style>
span { border-color: #DA1AD2; }
span { border-color: rgb(218,26,210); }
td.TdClassName
{
border-color: #DA1AD2;
}
.TagClassName
{
border-color: #DA1AD2;
}
</style>