Shades of Deep Magenta #DA10CC
Tints of Deep Magenta #DA10CC
RGB
CMYK
RGB Variations
Color information
#DA10CC (or 0xDA10CC) is known color: Deep Magenta. HEX triplet: DA, 10 and CC. RGB value is (218,16,204). Sum of RGB (Red+Green+Blue) = 218+16+204=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10CC is #25EF33. Grayscale: #616161. Windows color (decimal): -2486068 or 13373658. OLE color: 13373658.
HSL color Cylindrical-coordinate representation of color #DA10CC: hue angle of 304.16º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10CC is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 204 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.15 |
| HSL | 304.16º | 0.86% | 0.46% | - |
| HSV(B) | 304.16º | 0.93% | 0.85% | - |
| XYZ | 40 | 19.64 | 58.81 | - |
| YUV | 97.83 | 187.92 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 204 | 0 | 0.93 | 0.06 | 0.15 | 304.16 | 0.86 | 0.46 |
| Hex | DA | 10 | CC | 0 | 5D | 6 | F | 130 | 56 | 2E |
| Octal | 332 | 20 | 314 | 0 | 135 | 6 | 17 | 460 | 126 | 56 |
| Binary | 11011010 | 10000 | 11001100 | 0 | 1011101 | 110 | 1111 | 100110000 | 1010110 | 101110 |
Color Harmonies of #DA10CC
Complementary color
Monochromatic Colors of #DA10CC
Black with #DA10CC
Text Example
Text Example
White with #DA10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10CC; }
p { color: rgb(218,16,204); }
H1.HeaderClassName
{
color: #DA10CC;
}
.AnyTagClassName
{
color: #DA10CC;
}
</style>
background-color css
<style>
a { background-color: #DA10CC; }
a { background-color: rgb(218,16,204); }
div.DivClassName
{
background-color: #DA10CC;
}
.BgClassName
{
background-color: #DA10CC;
}
</style>
border-color css
<style>
span { border-color: #DA10CC; }
span { border-color: rgb(218,16,204); }
td.TdClassName
{
border-color: #DA10CC;
}
.TagClassName
{
border-color: #DA10CC;
}
</style>