Shades of Deep Magenta #DA17CD
Tints of Deep Magenta #DA17CD
RGB
CMYK
RGB Variations
Color information
#DA17CD (or 0xDA17CD) is known color: Deep Magenta. HEX triplet: DA, 17 and CD. RGB value is (218,23,205). Sum of RGB (Red+Green+Blue) = 218+23+205=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17CD is #25E832. Grayscale: #656565. Windows color (decimal): -2484275 or 13440986. OLE color: 13440986.
HSL color Cylindrical-coordinate representation of color #DA17CD: hue angle of 304º 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 #DA17CD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 205 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.15 |
| HSL | 304º | 0.81% | 0.47% | - |
| HSV(B) | 304º | 0.89% | 0.85% | - |
| XYZ | 40.24 | 19.93 | 59.48 | - |
| YUV | 102.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 205 | 0 | 0.89 | 0.06 | 0.15 | 304 | 0.81 | 0.47 |
| Hex | DA | 17 | CD | 0 | 59 | 6 | F | 130 | 51 | 2F |
| Octal | 332 | 27 | 315 | 0 | 131 | 6 | 17 | 460 | 121 | 57 |
| Binary | 11011010 | 10111 | 11001101 | 0 | 1011001 | 110 | 1111 | 100110000 | 1010001 | 101111 |
Color Harmonies of #DA17CD
Complementary color
Monochromatic Colors of #DA17CD
Black with #DA17CD
Text Example
Text Example
White with #DA17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17CD; }
p { color: rgb(218,23,205); }
H1.HeaderClassName
{
color: #DA17CD;
}
.AnyTagClassName
{
color: #DA17CD;
}
</style>
background-color css
<style>
a { background-color: #DA17CD; }
a { background-color: rgb(218,23,205); }
div.DivClassName
{
background-color: #DA17CD;
}
.BgClassName
{
background-color: #DA17CD;
}
</style>
border-color css
<style>
span { border-color: #DA17CD; }
span { border-color: rgb(218,23,205); }
td.TdClassName
{
border-color: #DA17CD;
}
.TagClassName
{
border-color: #DA17CD;
}
</style>