Shades of Deep Magenta #D517BF
Tints of Deep Magenta #D517BF
RGB
CMYK
RGB Variations
Color information
#D517BF (or 0xD517BF) is known color: Deep Magenta. HEX triplet: D5, 17 and BF. RGB value is (213,23,191). Sum of RGB (Red+Green+Blue) = 213+23+191=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D517BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517BF is #2AE840. Grayscale: #626262. Windows color (decimal): -2811969 or 12523477. OLE color: 12523477.
HSL color Cylindrical-coordinate representation of color #D517BF: hue angle of 306.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D517BF is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 191 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.16 |
| HSL | 306.95º | 0.81% | 0.46% | - |
| HSV(B) | 306.95º | 0.89% | 0.84% | - |
| XYZ | 37.15 | 18.52 | 50.91 | - |
| YUV | 98.96 | 179.95 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 191 | 0 | 0.89 | 0.10 | 0.16 | 306.95 | 0.81 | 0.46 |
| Hex | D5 | 17 | BF | 0 | 59 | A | 10 | 133 | 51 | 2E |
| Octal | 325 | 27 | 277 | 0 | 131 | 12 | 20 | 463 | 121 | 56 |
| Binary | 11010101 | 10111 | 10111111 | 0 | 1011001 | 1010 | 10000 | 100110011 | 1010001 | 101110 |
Color Harmonies of #D517BF
Complementary color
Monochromatic Colors of #D517BF
Black with #D517BF
Text Example
Text Example
White with #D517BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D517BF; }
p { color: rgb(213,23,191); }
H1.HeaderClassName
{
color: #D517BF;
}
.AnyTagClassName
{
color: #D517BF;
}
</style>
background-color css
<style>
a { background-color: #D517BF; }
a { background-color: rgb(213,23,191); }
div.DivClassName
{
background-color: #D517BF;
}
.BgClassName
{
background-color: #D517BF;
}
</style>
border-color css
<style>
span { border-color: #D517BF; }
span { border-color: rgb(213,23,191); }
td.TdClassName
{
border-color: #D517BF;
}
.TagClassName
{
border-color: #D517BF;
}
</style>