Shades of Deep Magenta #D217BE
Tints of Deep Magenta #D217BE
RGB
CMYK
RGB Variations
Color information
#D217BE (or 0xD217BE) is known color: Deep Magenta. HEX triplet: D2, 17 and BE. RGB value is (210,23,190). Sum of RGB (Red+Green+Blue) = 210+23+190=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D217BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217BE is #2DE841. Grayscale: #616161. Windows color (decimal): -3008578 or 12457938. OLE color: 12457938.
HSL color Cylindrical-coordinate representation of color #D217BE: hue angle of 306.42º 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 #D217BE is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 190 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.18 |
| HSL | 306.42º | 0.8% | 0.46% | - |
| HSV(B) | 306.42º | 0.89% | 0.82% | - |
| XYZ | 36.18 | 18.03 | 50.29 | - |
| YUV | 97.95 | 179.95 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 190 | 0 | 0.89 | 0.10 | 0.18 | 306.42 | 0.8 | 0.46 |
| Hex | D2 | 17 | BE | 0 | 59 | A | 12 | 132 | 50 | 2E |
| Octal | 322 | 27 | 276 | 0 | 131 | 12 | 22 | 462 | 120 | 56 |
| Binary | 11010010 | 10111 | 10111110 | 0 | 1011001 | 1010 | 10010 | 100110010 | 1010000 | 101110 |
Color Harmonies of #D217BE
Complementary color
Monochromatic Colors of #D217BE
Black with #D217BE
Text Example
Text Example
White with #D217BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217BE; }
p { color: rgb(210,23,190); }
H1.HeaderClassName
{
color: #D217BE;
}
.AnyTagClassName
{
color: #D217BE;
}
</style>
background-color css
<style>
a { background-color: #D217BE; }
a { background-color: rgb(210,23,190); }
div.DivClassName
{
background-color: #D217BE;
}
.BgClassName
{
background-color: #D217BE;
}
</style>
border-color css
<style>
span { border-color: #D217BE; }
span { border-color: rgb(210,23,190); }
td.TdClassName
{
border-color: #D217BE;
}
.TagClassName
{
border-color: #D217BE;
}
</style>