Shades of Deep Magenta #D517BC
Tints of Deep Magenta #D517BC
RGB
CMYK
RGB Variations
Color information
#D517BC (or 0xD517BC) is known color: Deep Magenta. HEX triplet: D5, 17 and BC. RGB value is (213,23,188). Sum of RGB (Red+Green+Blue) = 213+23+188=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D517BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517BC is #2AE843. Grayscale: #626262. Windows color (decimal): -2811972 or 12326869. OLE color: 12326869.
HSL color Cylindrical-coordinate representation of color #D517BC: hue angle of 307.89º 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 #D517BC is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 188 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.16 |
| HSL | 307.89º | 0.81% | 0.46% | - |
| HSV(B) | 307.89º | 0.89% | 0.84% | - |
| XYZ | 36.82 | 18.39 | 49.19 | - |
| YUV | 98.62 | 178.45 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 188 | 0 | 0.89 | 0.12 | 0.16 | 307.89 | 0.81 | 0.46 |
| Hex | D5 | 17 | BC | 0 | 59 | C | 10 | 134 | 51 | 2E |
| Octal | 325 | 27 | 274 | 0 | 131 | 14 | 20 | 464 | 121 | 56 |
| Binary | 11010101 | 10111 | 10111100 | 0 | 1011001 | 1100 | 10000 | 100110100 | 1010001 | 101110 |
Color Harmonies of #D517BC
Complementary color
Monochromatic Colors of #D517BC
Black with #D517BC
Text Example
Text Example
White with #D517BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D517BC; }
p { color: rgb(213,23,188); }
H1.HeaderClassName
{
color: #D517BC;
}
.AnyTagClassName
{
color: #D517BC;
}
</style>
background-color css
<style>
a { background-color: #D517BC; }
a { background-color: rgb(213,23,188); }
div.DivClassName
{
background-color: #D517BC;
}
.BgClassName
{
background-color: #D517BC;
}
</style>
border-color css
<style>
span { border-color: #D517BC; }
span { border-color: rgb(213,23,188); }
td.TdClassName
{
border-color: #D517BC;
}
.TagClassName
{
border-color: #D517BC;
}
</style>