Shades of Deep Magenta #DA07DD
Tints of Deep Magenta #DA07DD
RGB
CMYK
RGB Variations
Color information
#DA07DD (or 0xDA07DD) is known color: Deep Magenta. HEX triplet: DA, 07 and DD. RGB value is (218,7,221). Sum of RGB (Red+Green+Blue) = 218+7+221=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07DD is #25F822. Grayscale: #5D5D5D. Windows color (decimal): -2488355 or 14485466. OLE color: 14485466.
HSL color Cylindrical-coordinate representation of color #DA07DD: hue angle of 299.16º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07DD is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 7 | 221 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.13 |
| HSL | 299.16º | 0.94% | 0.45% | - |
| HSV(B) | 299.16º | 0.97% | 0.87% | - |
| XYZ | 42.04 | 20.28 | 70.1 | - |
| YUV | 94.49 | 199.4 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 221 | 0.01 | 0.97 | 0 | 0.13 | 299.16 | 0.94 | 0.45 |
| Hex | DA | 7 | DD | 1 | 61 | 0 | D | 12B | 5E | 2D |
| Octal | 332 | 7 | 335 | 1 | 141 | 0 | 15 | 453 | 136 | 55 |
| Binary | 11011010 | 111 | 11011101 | 1 | 1100001 | 0 | 1101 | 100101011 | 1011110 | 101101 |
Color Harmonies of #DA07DD
Complementary color
Monochromatic Colors of #DA07DD
Black with #DA07DD
Text Example
Text Example
White with #DA07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07DD; }
p { color: rgb(218,7,221); }
H1.HeaderClassName
{
color: #DA07DD;
}
.AnyTagClassName
{
color: #DA07DD;
}
</style>
background-color css
<style>
a { background-color: #DA07DD; }
a { background-color: rgb(218,7,221); }
div.DivClassName
{
background-color: #DA07DD;
}
.BgClassName
{
background-color: #DA07DD;
}
</style>
border-color css
<style>
span { border-color: #DA07DD; }
span { border-color: rgb(218,7,221); }
td.TdClassName
{
border-color: #DA07DD;
}
.TagClassName
{
border-color: #DA07DD;
}
</style>