Shades of Deep Magenta #DA07DF
Tints of Deep Magenta #DA07DF
RGB
CMYK
RGB Variations
Color information
#DA07DF (or 0xDA07DF) is known color: Deep Magenta. HEX triplet: DA, 07 and DF. RGB value is (218,7,223). Sum of RGB (Red+Green+Blue) = 218+7+223=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07DF is #25F820. Grayscale: #5E5E5E. Windows color (decimal): -2488353 or 14616538. OLE color: 14616538.
HSL color Cylindrical-coordinate representation of color #DA07DF: hue angle of 298.61º 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 #DA07DF is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 7 | 223 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.13 |
| HSL | 298.61º | 0.94% | 0.45% | - |
| HSV(B) | 298.61º | 0.97% | 0.87% | - |
| XYZ | 42.31 | 20.39 | 71.52 | - |
| YUV | 94.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 223 | 0.02 | 0.97 | 0 | 0.13 | 298.61 | 0.94 | 0.45 |
| Hex | DA | 7 | DF | 2 | 61 | 0 | D | 12B | 5E | 2D |
| Octal | 332 | 7 | 337 | 2 | 141 | 0 | 15 | 453 | 136 | 55 |
| Binary | 11011010 | 111 | 11011111 | 10 | 1100001 | 0 | 1101 | 100101011 | 1011110 | 101101 |
Color Harmonies of #DA07DF
Complementary color
Monochromatic Colors of #DA07DF
Black with #DA07DF
Text Example
Text Example
White with #DA07DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07DF; }
p { color: rgb(218,7,223); }
H1.HeaderClassName
{
color: #DA07DF;
}
.AnyTagClassName
{
color: #DA07DF;
}
</style>
background-color css
<style>
a { background-color: #DA07DF; }
a { background-color: rgb(218,7,223); }
div.DivClassName
{
background-color: #DA07DF;
}
.BgClassName
{
background-color: #DA07DF;
}
</style>
border-color css
<style>
span { border-color: #DA07DF; }
span { border-color: rgb(218,7,223); }
td.TdClassName
{
border-color: #DA07DF;
}
.TagClassName
{
border-color: #DA07DF;
}
</style>