Shades of Deep Magenta #D217B1
Tints of Deep Magenta #D217B1
RGB
CMYK
RGB Variations
Color information
#D217B1 (or 0xD217B1) is known color: Deep Magenta. HEX triplet: D2, 17 and B1. RGB value is (210,23,177). Sum of RGB (Red+Green+Blue) = 210+23+177=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D217B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D217B1 is #2DE84E. Grayscale: #606060. Windows color (decimal): -3008591 or 11605970. OLE color: 11605970.
HSL color Cylindrical-coordinate representation of color #D217B1: hue angle of 310.59º 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 #D217B1 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 177 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.18 |
| HSL | 310.59º | 0.8% | 0.46% | - |
| HSV(B) | 310.59º | 0.89% | 0.82% | - |
| XYZ | 34.82 | 17.49 | 43.14 | - |
| YUV | 96.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 177 | 0 | 0.89 | 0.16 | 0.18 | 310.59 | 0.8 | 0.46 |
| Hex | D2 | 17 | B1 | 0 | 59 | 10 | 12 | 137 | 50 | 2E |
| Octal | 322 | 27 | 261 | 0 | 131 | 20 | 22 | 467 | 120 | 56 |
| Binary | 11010010 | 10111 | 10110001 | 0 | 1011001 | 10000 | 10010 | 100110111 | 1010000 | 101110 |
Color Harmonies of #D217B1
Complementary color
Monochromatic Colors of #D217B1
Black with #D217B1
Text Example
Text Example
White with #D217B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217B1; }
p { color: rgb(210,23,177); }
H1.HeaderClassName
{
color: #D217B1;
}
.AnyTagClassName
{
color: #D217B1;
}
</style>
background-color css
<style>
a { background-color: #D217B1; }
a { background-color: rgb(210,23,177); }
div.DivClassName
{
background-color: #D217B1;
}
.BgClassName
{
background-color: #D217B1;
}
</style>
border-color css
<style>
span { border-color: #D217B1; }
span { border-color: rgb(210,23,177); }
td.TdClassName
{
border-color: #D217B1;
}
.TagClassName
{
border-color: #D217B1;
}
</style>