Shades of Deep Magenta #DA17DA
Tints of Deep Magenta #DA17DA
RGB
CMYK
RGB Variations
Color information
#DA17DA (or 0xDA17DA) is known color: Deep Magenta. HEX triplet: DA, 17 and DA. RGB value is (218,23,218). Sum of RGB (Red+Green+Blue) = 218+23+218=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA17DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17DA is #25E825. Grayscale: #666666. Windows color (decimal): -2484262 or 14292954. OLE color: 14292954.
HSL color Cylindrical-coordinate representation of color #DA17DA: hue angle of 300º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA17DA is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 218 | - |
| CMYK | 0 | 0.89 | 0 | 0.15 |
| HSL | 300º | 0.81% | 0.47% | - |
| HSV(B) | 300º | 0.89% | 0.85% | - |
| XYZ | 41.87 | 20.58 | 68.1 | - |
| YUV | 103.54 | 192.6 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 218 | 0 | 0.89 | 0 | 0.15 | 300 | 0.81 | 0.47 |
| Hex | DA | 17 | DA | 0 | 59 | 0 | F | 12C | 51 | 2F |
| Octal | 332 | 27 | 332 | 0 | 131 | 0 | 17 | 454 | 121 | 57 |
| Binary | 11011010 | 10111 | 11011010 | 0 | 1011001 | 0 | 1111 | 100101100 | 1010001 | 101111 |
Color Harmonies of #DA17DA
Complementary color
Monochromatic Colors of #DA17DA
Black with #DA17DA
Text Example
Text Example
White with #DA17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17DA; }
p { color: rgb(218,23,218); }
H1.HeaderClassName
{
color: #DA17DA;
}
.AnyTagClassName
{
color: #DA17DA;
}
</style>
background-color css
<style>
a { background-color: #DA17DA; }
a { background-color: rgb(218,23,218); }
div.DivClassName
{
background-color: #DA17DA;
}
.BgClassName
{
background-color: #DA17DA;
}
</style>
border-color css
<style>
span { border-color: #DA17DA; }
span { border-color: rgb(218,23,218); }
td.TdClassName
{
border-color: #DA17DA;
}
.TagClassName
{
border-color: #DA17DA;
}
</style>