Shades of Deep Magenta #DA07C4
Tints of Deep Magenta #DA07C4
RGB
CMYK
RGB Variations
Color information
#DA07C4 (or 0xDA07C4) is known color: Deep Magenta. HEX triplet: DA, 07 and C4. RGB value is (218,7,196). Sum of RGB (Red+Green+Blue) = 218+7+196=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07C4 is #25F83B. Grayscale: #5B5B5B. Windows color (decimal): -2488380 or 12847066. OLE color: 12847066.
HSL color Cylindrical-coordinate representation of color #DA07C4: hue angle of 306.26º 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 #DA07C4 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 196 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.15 |
| HSL | 306.26º | 0.94% | 0.44% | - |
| HSV(B) | 306.26º | 0.97% | 0.85% | - |
| XYZ | 38.95 | 19.04 | 53.85 | - |
| YUV | 91.64 | 186.9 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 196 | 0 | 0.97 | 0.10 | 0.15 | 306.26 | 0.94 | 0.44 |
| Hex | DA | 7 | C4 | 0 | 61 | A | F | 132 | 5E | 2C |
| Octal | 332 | 7 | 304 | 0 | 141 | 12 | 17 | 462 | 136 | 54 |
| Binary | 11011010 | 111 | 11000100 | 0 | 1100001 | 1010 | 1111 | 100110010 | 1011110 | 101100 |
Color Harmonies of #DA07C4
Complementary color
Monochromatic Colors of #DA07C4
Black with #DA07C4
Text Example
Text Example
White with #DA07C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07C4; }
p { color: rgb(218,7,196); }
H1.HeaderClassName
{
color: #DA07C4;
}
.AnyTagClassName
{
color: #DA07C4;
}
</style>
background-color css
<style>
a { background-color: #DA07C4; }
a { background-color: rgb(218,7,196); }
div.DivClassName
{
background-color: #DA07C4;
}
.BgClassName
{
background-color: #DA07C4;
}
</style>
border-color css
<style>
span { border-color: #DA07C4; }
span { border-color: rgb(218,7,196); }
td.TdClassName
{
border-color: #DA07C4;
}
.TagClassName
{
border-color: #DA07C4;
}
</style>