Shades of Deep Magenta #D217BF
Tints of Deep Magenta #D217BF
RGB
CMYK
RGB Variations
Color information
#D217BF (or 0xD217BF) is known color: Deep Magenta. HEX triplet: D2, 17 and BF. RGB value is (210,23,191). Sum of RGB (Red+Green+Blue) = 210+23+191=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D217BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217BF is #2DE840. Grayscale: #616161. Windows color (decimal): -3008577 or 12523474. OLE color: 12523474.
HSL color Cylindrical-coordinate representation of color #D217BF: hue angle of 306.1º 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 #D217BF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 191 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.18 |
| HSL | 306.1º | 0.8% | 0.46% | - |
| HSV(B) | 306.1º | 0.89% | 0.82% | - |
| XYZ | 36.29 | 18.08 | 50.87 | - |
| YUV | 98.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 191 | 0 | 0.89 | 0.09 | 0.18 | 306.1 | 0.8 | 0.46 |
| Hex | D2 | 17 | BF | 0 | 59 | 9 | 12 | 132 | 50 | 2E |
| Octal | 322 | 27 | 277 | 0 | 131 | 11 | 22 | 462 | 120 | 56 |
| Binary | 11010010 | 10111 | 10111111 | 0 | 1011001 | 1001 | 10010 | 100110010 | 1010000 | 101110 |
Color Harmonies of #D217BF
Complementary color
Monochromatic Colors of #D217BF
Black with #D217BF
Text Example
Text Example
White with #D217BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217BF; }
p { color: rgb(210,23,191); }
H1.HeaderClassName
{
color: #D217BF;
}
.AnyTagClassName
{
color: #D217BF;
}
</style>
background-color css
<style>
a { background-color: #D217BF; }
a { background-color: rgb(210,23,191); }
div.DivClassName
{
background-color: #D217BF;
}
.BgClassName
{
background-color: #D217BF;
}
</style>
border-color css
<style>
span { border-color: #D217BF; }
span { border-color: rgb(210,23,191); }
td.TdClassName
{
border-color: #D217BF;
}
.TagClassName
{
border-color: #D217BF;
}
</style>