Shades of Deep Magenta #D217BD
Tints of Deep Magenta #D217BD
RGB
CMYK
RGB Variations
Color information
#D217BD (or 0xD217BD) is known color: Deep Magenta. HEX triplet: D2, 17 and BD. RGB value is (210,23,189). Sum of RGB (Red+Green+Blue) = 210+23+189=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D217BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217BD is #2DE842. Grayscale: #616161. Windows color (decimal): -3008579 or 12392402. OLE color: 12392402.
HSL color Cylindrical-coordinate representation of color #D217BD: hue angle of 306.74º 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 #D217BD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 189 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.18 |
| HSL | 306.74º | 0.8% | 0.46% | - |
| HSV(B) | 306.74º | 0.89% | 0.82% | - |
| XYZ | 36.07 | 17.99 | 49.72 | - |
| YUV | 97.84 | 179.45 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 189 | 0 | 0.89 | 0.10 | 0.18 | 306.74 | 0.8 | 0.46 |
| Hex | D2 | 17 | BD | 0 | 59 | A | 12 | 133 | 50 | 2E |
| Octal | 322 | 27 | 275 | 0 | 131 | 12 | 22 | 463 | 120 | 56 |
| Binary | 11010010 | 10111 | 10111101 | 0 | 1011001 | 1010 | 10010 | 100110011 | 1010000 | 101110 |
Color Harmonies of #D217BD
Complementary color
Monochromatic Colors of #D217BD
Black with #D217BD
Text Example
Text Example
White with #D217BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217BD; }
p { color: rgb(210,23,189); }
H1.HeaderClassName
{
color: #D217BD;
}
.AnyTagClassName
{
color: #D217BD;
}
</style>
background-color css
<style>
a { background-color: #D217BD; }
a { background-color: rgb(210,23,189); }
div.DivClassName
{
background-color: #D217BD;
}
.BgClassName
{
background-color: #D217BD;
}
</style>
border-color css
<style>
span { border-color: #D217BD; }
span { border-color: rgb(210,23,189); }
td.TdClassName
{
border-color: #D217BD;
}
.TagClassName
{
border-color: #D217BD;
}
</style>