Shades of Deep Magenta #D518B9
Tints of Deep Magenta #D518B9
RGB
CMYK
RGB Variations
Color information
#D518B9 (or 0xD518B9) is known color: Deep Magenta. HEX triplet: D5, 18 and B9. RGB value is (213,24,185). Sum of RGB (Red+Green+Blue) = 213+24+185=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D518B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518B9 is #2AE746. Grayscale: #626262. Windows color (decimal): -2811719 or 12130517. OLE color: 12130517.
HSL color Cylindrical-coordinate representation of color #D518B9: hue angle of 308.89º 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 #D518B9 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 185 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.16 |
| HSL | 308.89º | 0.8% | 0.46% | - |
| HSV(B) | 308.89º | 0.89% | 0.84% | - |
| XYZ | 36.52 | 18.3 | 47.51 | - |
| YUV | 98.87 | 176.62 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 185 | 0 | 0.89 | 0.13 | 0.16 | 308.89 | 0.8 | 0.46 |
| Hex | D5 | 18 | B9 | 0 | 59 | D | 10 | 135 | 50 | 2E |
| Octal | 325 | 30 | 271 | 0 | 131 | 15 | 20 | 465 | 120 | 56 |
| Binary | 11010101 | 11000 | 10111001 | 0 | 1011001 | 1101 | 10000 | 100110101 | 1010000 | 101110 |
Color Harmonies of #D518B9
Complementary color
Monochromatic Colors of #D518B9
Black with #D518B9
Text Example
Text Example
White with #D518B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D518B9; }
p { color: rgb(213,24,185); }
H1.HeaderClassName
{
color: #D518B9;
}
.AnyTagClassName
{
color: #D518B9;
}
</style>
background-color css
<style>
a { background-color: #D518B9; }
a { background-color: rgb(213,24,185); }
div.DivClassName
{
background-color: #D518B9;
}
.BgClassName
{
background-color: #D518B9;
}
</style>
border-color css
<style>
span { border-color: #D518B9; }
span { border-color: rgb(213,24,185); }
td.TdClassName
{
border-color: #D518B9;
}
.TagClassName
{
border-color: #D518B9;
}
</style>