Shades of Deep Magenta #DA07CC
Tints of Deep Magenta #DA07CC
RGB
CMYK
RGB Variations
Color information
#DA07CC (or 0xDA07CC) is known color: Deep Magenta. HEX triplet: DA, 07 and CC. RGB value is (218,7,204). Sum of RGB (Red+Green+Blue) = 218+7+204=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07CC is #25F833. Grayscale: #5B5B5B. Windows color (decimal): -2488372 or 13371354. OLE color: 13371354.
HSL color Cylindrical-coordinate representation of color #DA07CC: hue angle of 303.98º 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 #DA07CC is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.15 |
| HSL | 303.98º | 0.94% | 0.44% | - |
| HSV(B) | 303.98º | 0.97% | 0.85% | - |
| XYZ | 39.89 | 19.42 | 58.77 | - |
| YUV | 92.55 | 190.9 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 204 | 0 | 0.97 | 0.06 | 0.15 | 303.98 | 0.94 | 0.44 |
| Hex | DA | 7 | CC | 0 | 61 | 6 | F | 130 | 5E | 2C |
| Octal | 332 | 7 | 314 | 0 | 141 | 6 | 17 | 460 | 136 | 54 |
| Binary | 11011010 | 111 | 11001100 | 0 | 1100001 | 110 | 1111 | 100110000 | 1011110 | 101100 |
Color Harmonies of #DA07CC
Complementary color
Monochromatic Colors of #DA07CC
Black with #DA07CC
Text Example
Text Example
White with #DA07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07CC; }
p { color: rgb(218,7,204); }
H1.HeaderClassName
{
color: #DA07CC;
}
.AnyTagClassName
{
color: #DA07CC;
}
</style>
background-color css
<style>
a { background-color: #DA07CC; }
a { background-color: rgb(218,7,204); }
div.DivClassName
{
background-color: #DA07CC;
}
.BgClassName
{
background-color: #DA07CC;
}
</style>
border-color css
<style>
span { border-color: #DA07CC; }
span { border-color: rgb(218,7,204); }
td.TdClassName
{
border-color: #DA07CC;
}
.TagClassName
{
border-color: #DA07CC;
}
</style>