Shades of Deep Magenta #DA17C3
Tints of Deep Magenta #DA17C3
RGB
CMYK
RGB Variations
Color information
#DA17C3 (or 0xDA17C3) is known color: Deep Magenta. HEX triplet: DA, 17 and C3. RGB value is (218,23,195). Sum of RGB (Red+Green+Blue) = 218+23+195=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 23 (9.38% from 255 or 5.28% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17C3 is #25E83C. Grayscale: #646464. Windows color (decimal): -2484285 or 12785626. OLE color: 12785626.
HSL color Cylindrical-coordinate representation of color #DA17C3: hue angle of 307.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 #DA17C3 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 195 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.15 |
| HSL | 307.08º | 0.81% | 0.47% | - |
| HSV(B) | 307.08º | 0.89% | 0.85% | - |
| XYZ | 39.07 | 19.46 | 53.33 | - |
| YUV | 100.91 | 181.1 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 195 | 0 | 0.89 | 0.11 | 0.15 | 307.08 | 0.81 | 0.47 |
| Hex | DA | 17 | C3 | 0 | 59 | B | F | 133 | 51 | 2F |
| Octal | 332 | 27 | 303 | 0 | 131 | 13 | 17 | 463 | 121 | 57 |
| Binary | 11011010 | 10111 | 11000011 | 0 | 1011001 | 1011 | 1111 | 100110011 | 1010001 | 101111 |
Color Harmonies of #DA17C3
Complementary color
Monochromatic Colors of #DA17C3
Black with #DA17C3
Text Example
Text Example
White with #DA17C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17C3; }
p { color: rgb(218,23,195); }
H1.HeaderClassName
{
color: #DA17C3;
}
.AnyTagClassName
{
color: #DA17C3;
}
</style>
background-color css
<style>
a { background-color: #DA17C3; }
a { background-color: rgb(218,23,195); }
div.DivClassName
{
background-color: #DA17C3;
}
.BgClassName
{
background-color: #DA17C3;
}
</style>
border-color css
<style>
span { border-color: #DA17C3; }
span { border-color: rgb(218,23,195); }
td.TdClassName
{
border-color: #DA17C3;
}
.TagClassName
{
border-color: #DA17C3;
}
</style>