Shades of Deep Magenta #DA17CF
Tints of Deep Magenta #DA17CF
RGB
CMYK
RGB Variations
Color information
#DA17CF (or 0xDA17CF) is known color: Deep Magenta. HEX triplet: DA, 17 and CF. RGB value is (218,23,207). Sum of RGB (Red+Green+Blue) = 218+23+207=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17CF is #25E830. Grayscale: #656565. Windows color (decimal): -2484273 or 13572058. OLE color: 13572058.
HSL color Cylindrical-coordinate representation of color #DA17CF: hue angle of 303.38º 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 #DA17CF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 207 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.15 |
| HSL | 303.38º | 0.81% | 0.47% | - |
| HSV(B) | 303.38º | 0.89% | 0.85% | - |
| XYZ | 40.48 | 20.02 | 60.76 | - |
| YUV | 102.28 | 187.1 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 207 | 0 | 0.89 | 0.05 | 0.15 | 303.38 | 0.81 | 0.47 |
| Hex | DA | 17 | CF | 0 | 59 | 5 | F | 12F | 51 | 2F |
| Octal | 332 | 27 | 317 | 0 | 131 | 5 | 17 | 457 | 121 | 57 |
| Binary | 11011010 | 10111 | 11001111 | 0 | 1011001 | 101 | 1111 | 100101111 | 1010001 | 101111 |
Color Harmonies of #DA17CF
Complementary color
Monochromatic Colors of #DA17CF
Black with #DA17CF
Text Example
Text Example
White with #DA17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17CF; }
p { color: rgb(218,23,207); }
H1.HeaderClassName
{
color: #DA17CF;
}
.AnyTagClassName
{
color: #DA17CF;
}
</style>
background-color css
<style>
a { background-color: #DA17CF; }
a { background-color: rgb(218,23,207); }
div.DivClassName
{
background-color: #DA17CF;
}
.BgClassName
{
background-color: #DA17CF;
}
</style>
border-color css
<style>
span { border-color: #DA17CF; }
span { border-color: rgb(218,23,207); }
td.TdClassName
{
border-color: #DA17CF;
}
.TagClassName
{
border-color: #DA17CF;
}
</style>