Shades of Deep Magenta #DA15DA
Tints of Deep Magenta #DA15DA
RGB
CMYK
RGB Variations
Color information
#DA15DA (or 0xDA15DA) is known color: Deep Magenta. HEX triplet: DA, 15 and DA. RGB value is (218,21,218). Sum of RGB (Red+Green+Blue) = 218+21+218=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA15DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15DA is #25EA25. Grayscale: #656565. Windows color (decimal): -2484774 or 14292442. OLE color: 14292442.
HSL color Cylindrical-coordinate representation of color #DA15DA: hue angle of 300º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15DA is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 218 | - |
| CMYK | 0 | 0.90 | 0 | 0.15 |
| HSL | 300º | 0.82% | 0.47% | - |
| HSV(B) | 300º | 0.9% | 0.85% | - |
| XYZ | 41.84 | 20.5 | 68.08 | - |
| YUV | 102.36 | 193.27 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 218 | 0 | 0.90 | 0 | 0.15 | 300 | 0.82 | 0.47 |
| Hex | DA | 15 | DA | 0 | 5A | 0 | F | 12C | 52 | 2F |
| Octal | 332 | 25 | 332 | 0 | 132 | 0 | 17 | 454 | 122 | 57 |
| Binary | 11011010 | 10101 | 11011010 | 0 | 1011010 | 0 | 1111 | 100101100 | 1010010 | 101111 |
Color Harmonies of #DA15DA
Complementary color
Monochromatic Colors of #DA15DA
Black with #DA15DA
Text Example
Text Example
White with #DA15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15DA; }
p { color: rgb(218,21,218); }
H1.HeaderClassName
{
color: #DA15DA;
}
.AnyTagClassName
{
color: #DA15DA;
}
</style>
background-color css
<style>
a { background-color: #DA15DA; }
a { background-color: rgb(218,21,218); }
div.DivClassName
{
background-color: #DA15DA;
}
.BgClassName
{
background-color: #DA15DA;
}
</style>
border-color css
<style>
span { border-color: #DA15DA; }
span { border-color: rgb(218,21,218); }
td.TdClassName
{
border-color: #DA15DA;
}
.TagClassName
{
border-color: #DA15DA;
}
</style>