Shades of Deep Magenta #DA1DC7
Tints of Deep Magenta #DA1DC7
RGB
CMYK
RGB Variations
Color information
#DA1DC7 (or 0xDA1DC7) is known color: Deep Magenta. HEX triplet: DA, 1D and C7. RGB value is (218,29,199). Sum of RGB (Red+Green+Blue) = 218+29+199=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DC7 is #25E238. Grayscale: #686868. Windows color (decimal): -2482745 or 13049306. OLE color: 13049306.
HSL color Cylindrical-coordinate representation of color #DA1DC7: hue angle of 306.03º 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 #DA1DC7 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 199 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.15 |
| HSL | 306.03º | 0.77% | 0.48% | - |
| HSV(B) | 306.03º | 0.87% | 0.85% | - |
| XYZ | 39.66 | 19.91 | 55.79 | - |
| YUV | 104.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 199 | 0 | 0.87 | 0.09 | 0.15 | 306.03 | 0.77 | 0.48 |
| Hex | DA | 1D | C7 | 0 | 57 | 9 | F | 132 | 4D | 30 |
| Octal | 332 | 35 | 307 | 0 | 127 | 11 | 17 | 462 | 115 | 60 |
| Binary | 11011010 | 11101 | 11000111 | 0 | 1010111 | 1001 | 1111 | 100110010 | 1001101 | 110000 |
Color Harmonies of #DA1DC7
Complementary color
Monochromatic Colors of #DA1DC7
Black with #DA1DC7
Text Example
Text Example
White with #DA1DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DC7; }
p { color: rgb(218,29,199); }
H1.HeaderClassName
{
color: #DA1DC7;
}
.AnyTagClassName
{
color: #DA1DC7;
}
</style>
background-color css
<style>
a { background-color: #DA1DC7; }
a { background-color: rgb(218,29,199); }
div.DivClassName
{
background-color: #DA1DC7;
}
.BgClassName
{
background-color: #DA1DC7;
}
</style>
border-color css
<style>
span { border-color: #DA1DC7; }
span { border-color: rgb(218,29,199); }
td.TdClassName
{
border-color: #DA1DC7;
}
.TagClassName
{
border-color: #DA1DC7;
}
</style>