Shades of Deep Magenta #D518BC
Tints of Deep Magenta #D518BC
RGB
CMYK
RGB Variations
Color information
#D518BC (or 0xD518BC) is known color: Deep Magenta. HEX triplet: D5, 18 and BC. RGB value is (213,24,188). Sum of RGB (Red+Green+Blue) = 213+24+188=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D518BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518BC is #2AE743. Grayscale: #626262. Windows color (decimal): -2811716 or 12327125. OLE color: 12327125.
HSL color Cylindrical-coordinate representation of color #D518BC: hue angle of 307.94º degrees, saturation: 0.8, 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 #D518BC is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 188 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.16 |
| HSL | 307.94º | 0.8% | 0.46% | - |
| HSV(B) | 307.94º | 0.89% | 0.84% | - |
| XYZ | 36.84 | 18.43 | 49.19 | - |
| YUV | 99.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 188 | 0 | 0.89 | 0.12 | 0.16 | 307.94 | 0.8 | 0.46 |
| Hex | D5 | 18 | BC | 0 | 59 | C | 10 | 134 | 50 | 2E |
| Octal | 325 | 30 | 274 | 0 | 131 | 14 | 20 | 464 | 120 | 56 |
| Binary | 11010101 | 11000 | 10111100 | 0 | 1011001 | 1100 | 10000 | 100110100 | 1010000 | 101110 |
Color Harmonies of #D518BC
Complementary color
Monochromatic Colors of #D518BC
Black with #D518BC
Text Example
Text Example
White with #D518BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D518BC; }
p { color: rgb(213,24,188); }
H1.HeaderClassName
{
color: #D518BC;
}
.AnyTagClassName
{
color: #D518BC;
}
</style>
background-color css
<style>
a { background-color: #D518BC; }
a { background-color: rgb(213,24,188); }
div.DivClassName
{
background-color: #D518BC;
}
.BgClassName
{
background-color: #D518BC;
}
</style>
border-color css
<style>
span { border-color: #D518BC; }
span { border-color: rgb(213,24,188); }
td.TdClassName
{
border-color: #D518BC;
}
.TagClassName
{
border-color: #D518BC;
}
</style>