Shades of Deep Magenta #DA07E4
Tints of Deep Magenta #DA07E4
RGB
CMYK
RGB Variations
Color information
#DA07E4 (or 0xDA07E4) is known color: Deep Magenta. HEX triplet: DA, 07 and E4. RGB value is (218,7,228). Sum of RGB (Red+Green+Blue) = 218+7+228=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA07E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07E4 is #25F81B. Grayscale: #5E5E5E. Windows color (decimal): -2488348 or 14944218. OLE color: 14944218.
HSL color Cylindrical-coordinate representation of color #DA07E4: hue angle of 297.29º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07E4 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 7 | 228 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.11 |
| HSL | 297.29º | 0.94% | 0.46% | - |
| HSV(B) | 297.29º | 0.97% | 0.89% | - |
| XYZ | 42.99 | 20.66 | 75.12 | - |
| YUV | 95.28 | 202.9 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 228 | 0.04 | 0.97 | 0 | 0.11 | 297.29 | 0.94 | 0.46 |
| Hex | DA | 7 | E4 | 4 | 61 | 0 | B | 129 | 5E | 2E |
| Octal | 332 | 7 | 344 | 4 | 141 | 0 | 13 | 451 | 136 | 56 |
| Binary | 11011010 | 111 | 11100100 | 100 | 1100001 | 0 | 1011 | 100101001 | 1011110 | 101110 |
Color Harmonies of #DA07E4
Complementary color
Monochromatic Colors of #DA07E4
Black with #DA07E4
Text Example
Text Example
White with #DA07E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07E4; }
p { color: rgb(218,7,228); }
H1.HeaderClassName
{
color: #DA07E4;
}
.AnyTagClassName
{
color: #DA07E4;
}
</style>
background-color css
<style>
a { background-color: #DA07E4; }
a { background-color: rgb(218,7,228); }
div.DivClassName
{
background-color: #DA07E4;
}
.BgClassName
{
background-color: #DA07E4;
}
</style>
border-color css
<style>
span { border-color: #DA07E4; }
span { border-color: rgb(218,7,228); }
td.TdClassName
{
border-color: #DA07E4;
}
.TagClassName
{
border-color: #DA07E4;
}
</style>