Shades of Deep Magenta #D508BF
Tints of Deep Magenta #D508BF
RGB
CMYK
RGB Variations
Color information
#D508BF (or 0xD508BF) is known color: Deep Magenta. HEX triplet: D5, 08 and BF. RGB value is (213,8,191). Sum of RGB (Red+Green+Blue) = 213+8+191=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D508BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508BF is #2AF740. Grayscale: #595959. Windows color (decimal): -2815809 or 12519637. OLE color: 12519637.
HSL color Cylindrical-coordinate representation of color #D508BF: hue angle of 306.44º 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 #D508BF is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.16 |
| HSL | 306.44º | 0.93% | 0.43% | - |
| HSV(B) | 306.44º | 0.96% | 0.84% | - |
| XYZ | 36.93 | 18.08 | 50.83 | - |
| YUV | 90.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 191 | 0 | 0.96 | 0.10 | 0.16 | 306.44 | 0.93 | 0.43 |
| Hex | D5 | 8 | BF | 0 | 60 | A | 10 | 132 | 5D | 2B |
| Octal | 325 | 10 | 277 | 0 | 140 | 12 | 20 | 462 | 135 | 53 |
| Binary | 11010101 | 1000 | 10111111 | 0 | 1100000 | 1010 | 10000 | 100110010 | 1011101 | 101011 |
Color Harmonies of #D508BF
Complementary color
Monochromatic Colors of #D508BF
Black with #D508BF
Text Example
Text Example
White with #D508BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508BF; }
p { color: rgb(213,8,191); }
H1.HeaderClassName
{
color: #D508BF;
}
.AnyTagClassName
{
color: #D508BF;
}
</style>
background-color css
<style>
a { background-color: #D508BF; }
a { background-color: rgb(213,8,191); }
div.DivClassName
{
background-color: #D508BF;
}
.BgClassName
{
background-color: #D508BF;
}
</style>
border-color css
<style>
span { border-color: #D508BF; }
span { border-color: rgb(213,8,191); }
td.TdClassName
{
border-color: #D508BF;
}
.TagClassName
{
border-color: #D508BF;
}
</style>