Shades of Deep Magenta #DA17D0
Tints of Deep Magenta #DA17D0
RGB
CMYK
RGB Variations
Color information
#DA17D0 (or 0xDA17D0) is known color: Deep Magenta. HEX triplet: DA, 17 and D0. RGB value is (218,23,208). Sum of RGB (Red+Green+Blue) = 218+23+208=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17D0 is #25E82F. Grayscale: #656565. Windows color (decimal): -2484272 or 13637594. OLE color: 13637594.
HSL color Cylindrical-coordinate representation of color #DA17D0: hue angle of 303.08º 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 #DA17D0 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 208 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.15 |
| HSL | 303.08º | 0.81% | 0.47% | - |
| HSV(B) | 303.08º | 0.89% | 0.85% | - |
| XYZ | 40.61 | 20.07 | 61.41 | - |
| YUV | 102.4 | 187.6 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 208 | 0 | 0.89 | 0.05 | 0.15 | 303.08 | 0.81 | 0.47 |
| Hex | DA | 17 | D0 | 0 | 59 | 5 | F | 12F | 51 | 2F |
| Octal | 332 | 27 | 320 | 0 | 131 | 5 | 17 | 457 | 121 | 57 |
| Binary | 11011010 | 10111 | 11010000 | 0 | 1011001 | 101 | 1111 | 100101111 | 1010001 | 101111 |
Color Harmonies of #DA17D0
Complementary color
Monochromatic Colors of #DA17D0
Black with #DA17D0
Text Example
Text Example
White with #DA17D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17D0; }
p { color: rgb(218,23,208); }
H1.HeaderClassName
{
color: #DA17D0;
}
.AnyTagClassName
{
color: #DA17D0;
}
</style>
background-color css
<style>
a { background-color: #DA17D0; }
a { background-color: rgb(218,23,208); }
div.DivClassName
{
background-color: #DA17D0;
}
.BgClassName
{
background-color: #DA17D0;
}
</style>
border-color css
<style>
span { border-color: #DA17D0; }
span { border-color: rgb(218,23,208); }
td.TdClassName
{
border-color: #DA17D0;
}
.TagClassName
{
border-color: #DA17D0;
}
</style>