Shades of Deep Magenta #D217BA
Tints of Deep Magenta #D217BA
RGB
CMYK
RGB Variations
Color information
#D217BA (or 0xD217BA) is known color: Deep Magenta. HEX triplet: D2, 17 and BA. RGB value is (210,23,186). Sum of RGB (Red+Green+Blue) = 210+23+186=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D217BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217BA is #2DE845. Grayscale: #616161. Windows color (decimal): -3008582 or 12195794. OLE color: 12195794.
HSL color Cylindrical-coordinate representation of color #D217BA: hue angle of 307.7º 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 #D217BA is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 186 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.18 |
| HSL | 307.7º | 0.8% | 0.46% | - |
| HSV(B) | 307.7º | 0.89% | 0.82% | - |
| XYZ | 35.75 | 17.86 | 48.02 | - |
| YUV | 97.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 186 | 0 | 0.89 | 0.11 | 0.18 | 307.7 | 0.8 | 0.46 |
| Hex | D2 | 17 | BA | 0 | 59 | B | 12 | 134 | 50 | 2E |
| Octal | 322 | 27 | 272 | 0 | 131 | 13 | 22 | 464 | 120 | 56 |
| Binary | 11010010 | 10111 | 10111010 | 0 | 1011001 | 1011 | 10010 | 100110100 | 1010000 | 101110 |
Color Harmonies of #D217BA
Complementary color
Monochromatic Colors of #D217BA
Black with #D217BA
Text Example
Text Example
White with #D217BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217BA; }
p { color: rgb(210,23,186); }
H1.HeaderClassName
{
color: #D217BA;
}
.AnyTagClassName
{
color: #D217BA;
}
</style>
background-color css
<style>
a { background-color: #D217BA; }
a { background-color: rgb(210,23,186); }
div.DivClassName
{
background-color: #D217BA;
}
.BgClassName
{
background-color: #D217BA;
}
</style>
border-color css
<style>
span { border-color: #D217BA; }
span { border-color: rgb(210,23,186); }
td.TdClassName
{
border-color: #D217BA;
}
.TagClassName
{
border-color: #D217BA;
}
</style>