Shades of Deep Magenta #D217C7
Tints of Deep Magenta #D217C7
RGB
CMYK
RGB Variations
Color information
#D217C7 (or 0xD217C7) is known color: Deep Magenta. HEX triplet: D2, 17 and C7. RGB value is (210,23,199). Sum of RGB (Red+Green+Blue) = 210+23+199=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D217C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217C7 is #2DE838. Grayscale: #626262. Windows color (decimal): -3008569 or 13047762. OLE color: 13047762.
HSL color Cylindrical-coordinate representation of color #D217C7: hue angle of 303.53º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D217C7 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 199 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.18 |
| HSL | 303.53º | 0.8% | 0.46% | - |
| HSV(B) | 303.53º | 0.89% | 0.82% | - |
| XYZ | 37.19 | 18.44 | 55.63 | - |
| YUV | 98.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 199 | 0 | 0.89 | 0.05 | 0.18 | 303.53 | 0.8 | 0.46 |
| Hex | D2 | 17 | C7 | 0 | 59 | 5 | 12 | 130 | 50 | 2E |
| Octal | 322 | 27 | 307 | 0 | 131 | 5 | 22 | 460 | 120 | 56 |
| Binary | 11010010 | 10111 | 11000111 | 0 | 1011001 | 101 | 10010 | 100110000 | 1010000 | 101110 |
Color Harmonies of #D217C7
Complementary color
Monochromatic Colors of #D217C7
Black with #D217C7
Text Example
Text Example
White with #D217C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217C7; }
p { color: rgb(210,23,199); }
H1.HeaderClassName
{
color: #D217C7;
}
.AnyTagClassName
{
color: #D217C7;
}
</style>
background-color css
<style>
a { background-color: #D217C7; }
a { background-color: rgb(210,23,199); }
div.DivClassName
{
background-color: #D217C7;
}
.BgClassName
{
background-color: #D217C7;
}
</style>
border-color css
<style>
span { border-color: #D217C7; }
span { border-color: rgb(210,23,199); }
td.TdClassName
{
border-color: #D217C7;
}
.TagClassName
{
border-color: #D217C7;
}
</style>