Shades of Deep Magenta #DA07C5
Tints of Deep Magenta #DA07C5
RGB
CMYK
RGB Variations
Color information
#DA07C5 (or 0xDA07C5) is known color: Deep Magenta. HEX triplet: DA, 07 and C5. RGB value is (218,7,197). Sum of RGB (Red+Green+Blue) = 218+7+197=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07C5 is #25F83A. Grayscale: #5B5B5B. Windows color (decimal): -2488379 or 12912602. OLE color: 12912602.
HSL color Cylindrical-coordinate representation of color #DA07C5: hue angle of 305.97º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07C5 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 197 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.15 |
| HSL | 305.97º | 0.94% | 0.44% | - |
| HSV(B) | 305.97º | 0.97% | 0.85% | - |
| XYZ | 39.07 | 19.09 | 54.45 | - |
| YUV | 91.75 | 187.4 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 197 | 0 | 0.97 | 0.10 | 0.15 | 305.97 | 0.94 | 0.44 |
| Hex | DA | 7 | C5 | 0 | 61 | A | F | 132 | 5E | 2C |
| Octal | 332 | 7 | 305 | 0 | 141 | 12 | 17 | 462 | 136 | 54 |
| Binary | 11011010 | 111 | 11000101 | 0 | 1100001 | 1010 | 1111 | 100110010 | 1011110 | 101100 |
Color Harmonies of #DA07C5
Complementary color
Monochromatic Colors of #DA07C5
Black with #DA07C5
Text Example
Text Example
White with #DA07C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07C5; }
p { color: rgb(218,7,197); }
H1.HeaderClassName
{
color: #DA07C5;
}
.AnyTagClassName
{
color: #DA07C5;
}
</style>
background-color css
<style>
a { background-color: #DA07C5; }
a { background-color: rgb(218,7,197); }
div.DivClassName
{
background-color: #DA07C5;
}
.BgClassName
{
background-color: #DA07C5;
}
</style>
border-color css
<style>
span { border-color: #DA07C5; }
span { border-color: rgb(218,7,197); }
td.TdClassName
{
border-color: #DA07C5;
}
.TagClassName
{
border-color: #DA07C5;
}
</style>