Shades of Deep Magenta #DA17CC
Tints of Deep Magenta #DA17CC
RGB
CMYK
RGB Variations
Color information
#DA17CC (or 0xDA17CC) is known color: Deep Magenta. HEX triplet: DA, 17 and CC. RGB value is (218,23,204). Sum of RGB (Red+Green+Blue) = 218+23+204=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17CC is #25E833. Grayscale: #656565. Windows color (decimal): -2484276 or 13375450. OLE color: 13375450.
HSL color Cylindrical-coordinate representation of color #DA17CC: hue angle of 304.31º 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 #DA17CC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 204 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.15 |
| HSL | 304.31º | 0.81% | 0.47% | - |
| HSV(B) | 304.31º | 0.89% | 0.85% | - |
| XYZ | 40.12 | 19.88 | 58.85 | - |
| YUV | 101.94 | 185.6 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 204 | 0 | 0.89 | 0.06 | 0.15 | 304.31 | 0.81 | 0.47 |
| Hex | DA | 17 | CC | 0 | 59 | 6 | F | 130 | 51 | 2F |
| Octal | 332 | 27 | 314 | 0 | 131 | 6 | 17 | 460 | 121 | 57 |
| Binary | 11011010 | 10111 | 11001100 | 0 | 1011001 | 110 | 1111 | 100110000 | 1010001 | 101111 |
Color Harmonies of #DA17CC
Complementary color
Monochromatic Colors of #DA17CC
Black with #DA17CC
Text Example
Text Example
White with #DA17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17CC; }
p { color: rgb(218,23,204); }
H1.HeaderClassName
{
color: #DA17CC;
}
.AnyTagClassName
{
color: #DA17CC;
}
</style>
background-color css
<style>
a { background-color: #DA17CC; }
a { background-color: rgb(218,23,204); }
div.DivClassName
{
background-color: #DA17CC;
}
.BgClassName
{
background-color: #DA17CC;
}
</style>
border-color css
<style>
span { border-color: #DA17CC; }
span { border-color: rgb(218,23,204); }
td.TdClassName
{
border-color: #DA17CC;
}
.TagClassName
{
border-color: #DA17CC;
}
</style>