Shades of Deep Magenta #DA0FCC
Tints of Deep Magenta #DA0FCC
RGB
CMYK
RGB Variations
Color information
#DA0FCC (or 0xDA0FCC) is known color: Deep Magenta. HEX triplet: DA, 0F and CC. RGB value is (218,15,204). Sum of RGB (Red+Green+Blue) = 218+15+204=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FCC is #25F033. Grayscale: #606060. Windows color (decimal): -2486324 or 13373402. OLE color: 13373402.
HSL color Cylindrical-coordinate representation of color #DA0FCC: hue angle of 304.14º degrees, saturation: 0.87, 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 #DA0FCC is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 204 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.15 |
| HSL | 304.14º | 0.87% | 0.46% | - |
| HSV(B) | 304.14º | 0.93% | 0.85% | - |
| XYZ | 39.98 | 19.61 | 58.8 | - |
| YUV | 97.24 | 188.25 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 204 | 0 | 0.93 | 0.06 | 0.15 | 304.14 | 0.87 | 0.46 |
| Hex | DA | F | CC | 0 | 5D | 6 | F | 130 | 57 | 2E |
| Octal | 332 | 17 | 314 | 0 | 135 | 6 | 17 | 460 | 127 | 56 |
| Binary | 11011010 | 1111 | 11001100 | 0 | 1011101 | 110 | 1111 | 100110000 | 1010111 | 101110 |
Color Harmonies of #DA0FCC
Complementary color
Monochromatic Colors of #DA0FCC
Black with #DA0FCC
Text Example
Text Example
White with #DA0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FCC; }
p { color: rgb(218,15,204); }
H1.HeaderClassName
{
color: #DA0FCC;
}
.AnyTagClassName
{
color: #DA0FCC;
}
</style>
background-color css
<style>
a { background-color: #DA0FCC; }
a { background-color: rgb(218,15,204); }
div.DivClassName
{
background-color: #DA0FCC;
}
.BgClassName
{
background-color: #DA0FCC;
}
</style>
border-color css
<style>
span { border-color: #DA0FCC; }
span { border-color: rgb(218,15,204); }
td.TdClassName
{
border-color: #DA0FCC;
}
.TagClassName
{
border-color: #DA0FCC;
}
</style>