Shades of Deep Magenta #D017C7
Tints of Deep Magenta #D017C7
RGB
CMYK
RGB Variations
Color information
#D017C7 (or 0xD017C7) is known color: Deep Magenta. HEX triplet: D0, 17 and C7. RGB value is (208,23,199). Sum of RGB (Red+Green+Blue) = 208+23+199=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D017C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D017C7 is #2FE838. Grayscale: #616161. Windows color (decimal): -3139641 or 13047760. OLE color: 13047760.
HSL color Cylindrical-coordinate representation of color #D017C7: hue angle of 302.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D017C7 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 199 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.18 |
| HSL | 302.92º | 0.8% | 0.45% | - |
| HSV(B) | 302.92º | 0.89% | 0.82% | - |
| XYZ | 36.63 | 18.15 | 55.6 | - |
| YUV | 98.38 | 184.79 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 199 | 0 | 0.89 | 0.04 | 0.18 | 302.92 | 0.8 | 0.45 |
| Hex | D0 | 17 | C7 | 0 | 59 | 4 | 12 | 12F | 50 | 2D |
| Octal | 320 | 27 | 307 | 0 | 131 | 4 | 22 | 457 | 120 | 55 |
| Binary | 11010000 | 10111 | 11000111 | 0 | 1011001 | 100 | 10010 | 100101111 | 1010000 | 101101 |
Color Harmonies of #D017C7
Complementary color
Monochromatic Colors of #D017C7
Black with #D017C7
Text Example
Text Example
White with #D017C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D017C7; }
p { color: rgb(208,23,199); }
H1.HeaderClassName
{
color: #D017C7;
}
.AnyTagClassName
{
color: #D017C7;
}
</style>
background-color css
<style>
a { background-color: #D017C7; }
a { background-color: rgb(208,23,199); }
div.DivClassName
{
background-color: #D017C7;
}
.BgClassName
{
background-color: #D017C7;
}
</style>
border-color css
<style>
span { border-color: #D017C7; }
span { border-color: rgb(208,23,199); }
td.TdClassName
{
border-color: #D017C7;
}
.TagClassName
{
border-color: #D017C7;
}
</style>