Shades of Deep Magenta #DA06C7
Tints of Deep Magenta #DA06C7
RGB
CMYK
RGB Variations
Color information
#DA06C7 (or 0xDA06C7) is known color: Deep Magenta. HEX triplet: DA, 06 and C7. RGB value is (218,6,199). Sum of RGB (Red+Green+Blue) = 218+6+199=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 199 (78.12% from 255 or 47.04% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06C7 is #25F938. Grayscale: #5A5A5A. Windows color (decimal): -2488633 or 13043418. OLE color: 13043418.
HSL color Cylindrical-coordinate representation of color #DA06C7: hue angle of 305.38º degrees, saturation: 0.95, 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 #DA06C7 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 199 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.15 |
| HSL | 305.38º | 0.95% | 0.44% | - |
| HSV(B) | 305.38º | 0.97% | 0.85% | - |
| XYZ | 39.29 | 19.16 | 55.66 | - |
| YUV | 91.39 | 188.74 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 199 | 0 | 0.97 | 0.09 | 0.15 | 305.38 | 0.95 | 0.44 |
| Hex | DA | 6 | C7 | 0 | 61 | 9 | F | 131 | 5F | 2C |
| Octal | 332 | 6 | 307 | 0 | 141 | 11 | 17 | 461 | 137 | 54 |
| Binary | 11011010 | 110 | 11000111 | 0 | 1100001 | 1001 | 1111 | 100110001 | 1011111 | 101100 |
Color Harmonies of #DA06C7
Complementary color
Monochromatic Colors of #DA06C7
Black with #DA06C7
Text Example
Text Example
White with #DA06C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA06C7; }
p { color: rgb(218,6,199); }
H1.HeaderClassName
{
color: #DA06C7;
}
.AnyTagClassName
{
color: #DA06C7;
}
</style>
background-color css
<style>
a { background-color: #DA06C7; }
a { background-color: rgb(218,6,199); }
div.DivClassName
{
background-color: #DA06C7;
}
.BgClassName
{
background-color: #DA06C7;
}
</style>
border-color css
<style>
span { border-color: #DA06C7; }
span { border-color: rgb(218,6,199); }
td.TdClassName
{
border-color: #DA06C7;
}
.TagClassName
{
border-color: #DA06C7;
}
</style>