Shades of Deep Magenta #DA17CE
Tints of Deep Magenta #DA17CE
RGB
CMYK
RGB Variations
Color information
#DA17CE (or 0xDA17CE) is known color: Deep Magenta. HEX triplet: DA, 17 and CE. RGB value is (218,23,206). Sum of RGB (Red+Green+Blue) = 218+23+206=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17CE is #25E831. Grayscale: #656565. Windows color (decimal): -2484274 or 13506522. OLE color: 13506522.
HSL color Cylindrical-coordinate representation of color #DA17CE: hue angle of 303.69º 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 #DA17CE is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 206 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.15 |
| HSL | 303.69º | 0.81% | 0.47% | - |
| HSV(B) | 303.69º | 0.89% | 0.85% | - |
| XYZ | 40.36 | 19.97 | 60.12 | - |
| YUV | 102.17 | 186.6 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 206 | 0 | 0.89 | 0.06 | 0.15 | 303.69 | 0.81 | 0.47 |
| Hex | DA | 17 | CE | 0 | 59 | 6 | F | 130 | 51 | 2F |
| Octal | 332 | 27 | 316 | 0 | 131 | 6 | 17 | 460 | 121 | 57 |
| Binary | 11011010 | 10111 | 11001110 | 0 | 1011001 | 110 | 1111 | 100110000 | 1010001 | 101111 |
Color Harmonies of #DA17CE
Complementary color
Monochromatic Colors of #DA17CE
Black with #DA17CE
Text Example
Text Example
White with #DA17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17CE; }
p { color: rgb(218,23,206); }
H1.HeaderClassName
{
color: #DA17CE;
}
.AnyTagClassName
{
color: #DA17CE;
}
</style>
background-color css
<style>
a { background-color: #DA17CE; }
a { background-color: rgb(218,23,206); }
div.DivClassName
{
background-color: #DA17CE;
}
.BgClassName
{
background-color: #DA17CE;
}
</style>
border-color css
<style>
span { border-color: #DA17CE; }
span { border-color: rgb(218,23,206); }
td.TdClassName
{
border-color: #DA17CE;
}
.TagClassName
{
border-color: #DA17CE;
}
</style>