Shades of Deep Magenta #D508B9
Tints of Deep Magenta #D508B9
RGB
CMYK
RGB Variations
Color information
#D508B9 (or 0xD508B9) is known color: Deep Magenta. HEX triplet: D5, 08 and B9. RGB value is (213,8,185). Sum of RGB (Red+Green+Blue) = 213+8+185=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D508B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508B9 is #2AF746. Grayscale: #585858. Windows color (decimal): -2815815 or 12126421. OLE color: 12126421.
HSL color Cylindrical-coordinate representation of color #D508B9: hue angle of 308.2º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508B9 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 185 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.16 |
| HSL | 308.2º | 0.93% | 0.43% | - |
| HSV(B) | 308.2º | 0.96% | 0.84% | - |
| XYZ | 36.28 | 17.82 | 47.43 | - |
| YUV | 89.47 | 181.92 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 185 | 0 | 0.96 | 0.13 | 0.16 | 308.2 | 0.93 | 0.43 |
| Hex | D5 | 8 | B9 | 0 | 60 | D | 10 | 134 | 5D | 2B |
| Octal | 325 | 10 | 271 | 0 | 140 | 15 | 20 | 464 | 135 | 53 |
| Binary | 11010101 | 1000 | 10111001 | 0 | 1100000 | 1101 | 10000 | 100110100 | 1011101 | 101011 |
Color Harmonies of #D508B9
Complementary color
Monochromatic Colors of #D508B9
Black with #D508B9
Text Example
Text Example
White with #D508B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508B9; }
p { color: rgb(213,8,185); }
H1.HeaderClassName
{
color: #D508B9;
}
.AnyTagClassName
{
color: #D508B9;
}
</style>
background-color css
<style>
a { background-color: #D508B9; }
a { background-color: rgb(213,8,185); }
div.DivClassName
{
background-color: #D508B9;
}
.BgClassName
{
background-color: #D508B9;
}
</style>
border-color css
<style>
span { border-color: #D508B9; }
span { border-color: rgb(213,8,185); }
td.TdClassName
{
border-color: #D508B9;
}
.TagClassName
{
border-color: #D508B9;
}
</style>