Shades of Deep Magenta #DA1EC7
Tints of Deep Magenta #DA1EC7
RGB
CMYK
RGB Variations
Color information
#DA1EC7 (or 0xDA1EC7) is known color: Deep Magenta. HEX triplet: DA, 1E and C7. RGB value is (218,30,199). Sum of RGB (Red+Green+Blue) = 218+30+199=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1EC7 is #25E138. Grayscale: #686868. Windows color (decimal): -2482489 or 13049562. OLE color: 13049562.
HSL color Cylindrical-coordinate representation of color #DA1EC7: hue angle of 306.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1EC7 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 30 | 199 | - |
CMYK | 0 | 0.86 | 0.09 | 0.15 |
HSL | 306.06º | 0.76% | 0.49% | - |
HSV(B) | 306.06º | 0.86% | 0.85% | - |
XYZ | 39.69 | 19.96 | 55.79 | - |
YUV | 105.48 | 180.78 | 208.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 30 | 199 | 0 | 0.86 | 0.09 | 0.15 | 306.06 | 0.76 | 0.49 |
Hex | DA | 1E | C7 | 0 | 56 | 9 | F | 132 | 4C | 31 |
Octal | 332 | 36 | 307 | 0 | 126 | 11 | 17 | 462 | 114 | 61 |
Binary | 11011010 | 11110 | 11000111 | 0 | 1010110 | 1001 | 1111 | 100110010 | 1001100 | 110001 |
Color Harmonies of #DA1EC7
Complementary color
Monochromatic Colors of #DA1EC7
Black with #DA1EC7
Text Example
Text Example
White with #DA1EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1EC7; }
p { color: rgb(218,30,199); }
H1.HeaderClassName
{
color: #DA1EC7;
}
.AnyTagClassName
{
color: #DA1EC7;
}
</style>
background-color css
<style>
a { background-color: #DA1EC7; }
a { background-color: rgb(218,30,199); }
div.DivClassName
{
background-color: #DA1EC7;
}
.BgClassName
{
background-color: #DA1EC7;
}
</style>
border-color css
<style>
span { border-color: #DA1EC7; }
span { border-color: rgb(218,30,199); }
td.TdClassName
{
border-color: #DA1EC7;
}
.TagClassName
{
border-color: #DA1EC7;
}
</style>