Shades of Deep Magenta #DA07C0
Tints of Deep Magenta #DA07C0
RGB
CMYK
RGB Variations
Color information
#DA07C0 (or 0xDA07C0) is known color: Deep Magenta. HEX triplet: DA, 07 and C0. RGB value is (218,7,192). Sum of RGB (Red+Green+Blue) = 218+7+192=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07C0 is #25F83F. Grayscale: #5A5A5A. Windows color (decimal): -2488384 or 12584922. OLE color: 12584922.
HSL color Cylindrical-coordinate representation of color #DA07C0: hue angle of 307.39º 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 #DA07C0 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 192 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.15 |
| HSL | 307.39º | 0.94% | 0.44% | - |
| HSV(B) | 307.39º | 0.97% | 0.85% | - |
| XYZ | 38.5 | 18.86 | 51.48 | - |
| YUV | 91.18 | 184.9 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 192 | 0 | 0.97 | 0.12 | 0.15 | 307.39 | 0.94 | 0.44 |
| Hex | DA | 7 | C0 | 0 | 61 | C | F | 133 | 5E | 2C |
| Octal | 332 | 7 | 300 | 0 | 141 | 14 | 17 | 463 | 136 | 54 |
| Binary | 11011010 | 111 | 11000000 | 0 | 1100001 | 1100 | 1111 | 100110011 | 1011110 | 101100 |
Color Harmonies of #DA07C0
Complementary color
Monochromatic Colors of #DA07C0
Black with #DA07C0
Text Example
Text Example
White with #DA07C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07C0; }
p { color: rgb(218,7,192); }
H1.HeaderClassName
{
color: #DA07C0;
}
.AnyTagClassName
{
color: #DA07C0;
}
</style>
background-color css
<style>
a { background-color: #DA07C0; }
a { background-color: rgb(218,7,192); }
div.DivClassName
{
background-color: #DA07C0;
}
.BgClassName
{
background-color: #DA07C0;
}
</style>
border-color css
<style>
span { border-color: #DA07C0; }
span { border-color: rgb(218,7,192); }
td.TdClassName
{
border-color: #DA07C0;
}
.TagClassName
{
border-color: #DA07C0;
}
</style>