Shades of Deep Magenta #DA0DCC
Tints of Deep Magenta #DA0DCC
RGB
CMYK
RGB Variations
Color information
#DA0DCC (or 0xDA0DCC) is known color: Deep Magenta. HEX triplet: DA, 0D and CC. RGB value is (218,13,204). Sum of RGB (Red+Green+Blue) = 218+13+204=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0DCC is #25F233. Grayscale: #5F5F5F. Windows color (decimal): -2486836 or 13372890. OLE color: 13372890.
HSL color Cylindrical-coordinate representation of color #DA0DCC: hue angle of 304.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0DCC is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 204 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.15 |
| HSL | 304.1º | 0.89% | 0.45% | - |
| HSV(B) | 304.1º | 0.94% | 0.85% | - |
| XYZ | 39.96 | 19.55 | 58.79 | - |
| YUV | 96.07 | 188.92 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 204 | 0 | 0.94 | 0.06 | 0.15 | 304.1 | 0.89 | 0.45 |
| Hex | DA | D | CC | 0 | 5E | 6 | F | 130 | 59 | 2D |
| Octal | 332 | 15 | 314 | 0 | 136 | 6 | 17 | 460 | 131 | 55 |
| Binary | 11011010 | 1101 | 11001100 | 0 | 1011110 | 110 | 1111 | 100110000 | 1011001 | 101101 |
Color Harmonies of #DA0DCC
Complementary color
Monochromatic Colors of #DA0DCC
Black with #DA0DCC
Text Example
Text Example
White with #DA0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0DCC; }
p { color: rgb(218,13,204); }
H1.HeaderClassName
{
color: #DA0DCC;
}
.AnyTagClassName
{
color: #DA0DCC;
}
</style>
background-color css
<style>
a { background-color: #DA0DCC; }
a { background-color: rgb(218,13,204); }
div.DivClassName
{
background-color: #DA0DCC;
}
.BgClassName
{
background-color: #DA0DCC;
}
</style>
border-color css
<style>
span { border-color: #DA0DCC; }
span { border-color: rgb(218,13,204); }
td.TdClassName
{
border-color: #DA0DCC;
}
.TagClassName
{
border-color: #DA0DCC;
}
</style>