Shades of Deep Magenta #DA0CDA
Tints of Deep Magenta #DA0CDA
RGB
CMYK
RGB Variations
Color information
#DA0CDA (or 0xDA0CDA) is known color: Deep Magenta. HEX triplet: DA, 0C and DA. RGB value is (218,12,218). Sum of RGB (Red+Green+Blue) = 218+12+218=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA0CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CDA is #25F325. Grayscale: #606060. Windows color (decimal): -2487078 or 14290138. OLE color: 14290138.
HSL color Cylindrical-coordinate representation of color #DA0CDA: hue angle of 300º degrees, saturation: 0.9, 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 #DA0CDA is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 218 | - |
| CMYK | 0 | 0.94 | 0 | 0.15 |
| HSL | 300º | 0.9% | 0.45% | - |
| HSV(B) | 300º | 0.94% | 0.85% | - |
| XYZ | 41.7 | 20.23 | 68.04 | - |
| YUV | 97.08 | 196.25 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 218 | 0 | 0.94 | 0 | 0.15 | 300 | 0.9 | 0.45 |
| Hex | DA | C | DA | 0 | 5E | 0 | F | 12C | 5A | 2D |
| Octal | 332 | 14 | 332 | 0 | 136 | 0 | 17 | 454 | 132 | 55 |
| Binary | 11011010 | 1100 | 11011010 | 0 | 1011110 | 0 | 1111 | 100101100 | 1011010 | 101101 |
Color Harmonies of #DA0CDA
Complementary color
Monochromatic Colors of #DA0CDA
Black with #DA0CDA
Text Example
Text Example
White with #DA0CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0CDA; }
p { color: rgb(218,12,218); }
H1.HeaderClassName
{
color: #DA0CDA;
}
.AnyTagClassName
{
color: #DA0CDA;
}
</style>
background-color css
<style>
a { background-color: #DA0CDA; }
a { background-color: rgb(218,12,218); }
div.DivClassName
{
background-color: #DA0CDA;
}
.BgClassName
{
background-color: #DA0CDA;
}
</style>
border-color css
<style>
span { border-color: #DA0CDA; }
span { border-color: rgb(218,12,218); }
td.TdClassName
{
border-color: #DA0CDA;
}
.TagClassName
{
border-color: #DA0CDA;
}
</style>