Shades of Deep Magenta #DA07CF
Tints of Deep Magenta #DA07CF
RGB
CMYK
RGB Variations
Color information
#DA07CF (or 0xDA07CF) is known color: Deep Magenta. HEX triplet: DA, 07 and CF. RGB value is (218,7,207). Sum of RGB (Red+Green+Blue) = 218+7+207=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07CF is #25F830. Grayscale: #5C5C5C. Windows color (decimal): -2488369 or 13567962. OLE color: 13567962.
HSL color Cylindrical-coordinate representation of color #DA07CF: hue angle of 303.13º 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 #DA07CF is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.15 |
| HSL | 303.13º | 0.94% | 0.44% | - |
| HSV(B) | 303.13º | 0.97% | 0.85% | - |
| XYZ | 40.25 | 19.56 | 60.69 | - |
| YUV | 92.89 | 192.4 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 207 | 0 | 0.97 | 0.05 | 0.15 | 303.13 | 0.94 | 0.44 |
| Hex | DA | 7 | CF | 0 | 61 | 5 | F | 12F | 5E | 2C |
| Octal | 332 | 7 | 317 | 0 | 141 | 5 | 17 | 457 | 136 | 54 |
| Binary | 11011010 | 111 | 11001111 | 0 | 1100001 | 101 | 1111 | 100101111 | 1011110 | 101100 |
Color Harmonies of #DA07CF
Complementary color
Monochromatic Colors of #DA07CF
Black with #DA07CF
Text Example
Text Example
White with #DA07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07CF; }
p { color: rgb(218,7,207); }
H1.HeaderClassName
{
color: #DA07CF;
}
.AnyTagClassName
{
color: #DA07CF;
}
</style>
background-color css
<style>
a { background-color: #DA07CF; }
a { background-color: rgb(218,7,207); }
div.DivClassName
{
background-color: #DA07CF;
}
.BgClassName
{
background-color: #DA07CF;
}
</style>
border-color css
<style>
span { border-color: #DA07CF; }
span { border-color: rgb(218,7,207); }
td.TdClassName
{
border-color: #DA07CF;
}
.TagClassName
{
border-color: #DA07CF;
}
</style>