Shades of Deep Magenta #D217B4
Tints of Deep Magenta #D217B4
RGB
CMYK
RGB Variations
Color information
#D217B4 (or 0xD217B4) is known color: Deep Magenta. HEX triplet: D2, 17 and B4. RGB value is (210,23,180). Sum of RGB (Red+Green+Blue) = 210+23+180=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 23 (9.38% from 255 or 5.57% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D217B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D217B4 is #2DE84B. Grayscale: #606060. Windows color (decimal): -3008588 or 11802578. OLE color: 11802578.
HSL color Cylindrical-coordinate representation of color #D217B4: hue angle of 309.63º 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 #D217B4 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 180 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.18 |
| HSL | 309.63º | 0.8% | 0.46% | - |
| HSV(B) | 309.63º | 0.89% | 0.82% | - |
| XYZ | 35.12 | 17.61 | 44.73 | - |
| YUV | 96.81 | 174.95 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 180 | 0 | 0.89 | 0.14 | 0.18 | 309.63 | 0.8 | 0.46 |
| Hex | D2 | 17 | B4 | 0 | 59 | E | 12 | 136 | 50 | 2E |
| Octal | 322 | 27 | 264 | 0 | 131 | 16 | 22 | 466 | 120 | 56 |
| Binary | 11010010 | 10111 | 10110100 | 0 | 1011001 | 1110 | 10010 | 100110110 | 1010000 | 101110 |
Color Harmonies of #D217B4
Complementary color
Monochromatic Colors of #D217B4
Black with #D217B4
Text Example
Text Example
White with #D217B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D217B4; }
p { color: rgb(210,23,180); }
H1.HeaderClassName
{
color: #D217B4;
}
.AnyTagClassName
{
color: #D217B4;
}
</style>
background-color css
<style>
a { background-color: #D217B4; }
a { background-color: rgb(210,23,180); }
div.DivClassName
{
background-color: #D217B4;
}
.BgClassName
{
background-color: #D217B4;
}
</style>
border-color css
<style>
span { border-color: #D217B4; }
span { border-color: rgb(210,23,180); }
td.TdClassName
{
border-color: #D217B4;
}
.TagClassName
{
border-color: #D217B4;
}
</style>