Shades of Deep Magenta #DA1CDA
Tints of Deep Magenta #DA1CDA
RGB
CMYK
RGB Variations
Color information
#DA1CDA (or 0xDA1CDA) is known color: Deep Magenta. HEX triplet: DA, 1C and DA. RGB value is (218,28,218). Sum of RGB (Red+Green+Blue) = 218+28+218=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CDA is #25E325. Grayscale: #696969. Windows color (decimal): -2482982 or 14294234. OLE color: 14294234.
HSL color Cylindrical-coordinate representation of color #DA1CDA: hue angle of 300º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1CDA is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 218 | - |
| CMYK | 0 | 0.87 | 0 | 0.15 |
| HSL | 300º | 0.77% | 0.48% | - |
| HSV(B) | 300º | 0.87% | 0.85% | - |
| XYZ | 41.98 | 20.8 | 68.13 | - |
| YUV | 106.47 | 190.95 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 218 | 0 | 0.87 | 0 | 0.15 | 300 | 0.77 | 0.48 |
| Hex | DA | 1C | DA | 0 | 57 | 0 | F | 12C | 4D | 30 |
| Octal | 332 | 34 | 332 | 0 | 127 | 0 | 17 | 454 | 115 | 60 |
| Binary | 11011010 | 11100 | 11011010 | 0 | 1010111 | 0 | 1111 | 100101100 | 1001101 | 110000 |
Color Harmonies of #DA1CDA
Complementary color
Monochromatic Colors of #DA1CDA
Black with #DA1CDA
Text Example
Text Example
White with #DA1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CDA; }
p { color: rgb(218,28,218); }
H1.HeaderClassName
{
color: #DA1CDA;
}
.AnyTagClassName
{
color: #DA1CDA;
}
</style>
background-color css
<style>
a { background-color: #DA1CDA; }
a { background-color: rgb(218,28,218); }
div.DivClassName
{
background-color: #DA1CDA;
}
.BgClassName
{
background-color: #DA1CDA;
}
</style>
border-color css
<style>
span { border-color: #DA1CDA; }
span { border-color: rgb(218,28,218); }
td.TdClassName
{
border-color: #DA1CDA;
}
.TagClassName
{
border-color: #DA1CDA;
}
</style>