Shades of Deep Magenta #D508BA
Tints of Deep Magenta #D508BA
RGB
CMYK
RGB Variations
Color information
#D508BA (or 0xD508BA) is known color: Deep Magenta. HEX triplet: D5, 08 and BA. RGB value is (213,8,186). Sum of RGB (Red+Green+Blue) = 213+8+186=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D508BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508BA is #2AF745. Grayscale: #595959. Windows color (decimal): -2815814 or 12191957. OLE color: 12191957.
HSL color Cylindrical-coordinate representation of color #D508BA: hue angle of 307.9º 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 #D508BA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 186 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.16 |
| HSL | 307.9º | 0.93% | 0.43% | - |
| HSV(B) | 307.9º | 0.96% | 0.84% | - |
| XYZ | 36.39 | 17.86 | 47.98 | - |
| YUV | 89.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 186 | 0 | 0.96 | 0.13 | 0.16 | 307.9 | 0.93 | 0.43 |
| Hex | D5 | 8 | BA | 0 | 60 | D | 10 | 134 | 5D | 2B |
| Octal | 325 | 10 | 272 | 0 | 140 | 15 | 20 | 464 | 135 | 53 |
| Binary | 11010101 | 1000 | 10111010 | 0 | 1100000 | 1101 | 10000 | 100110100 | 1011101 | 101011 |
Color Harmonies of #D508BA
Complementary color
Monochromatic Colors of #D508BA
Black with #D508BA
Text Example
Text Example
White with #D508BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508BA; }
p { color: rgb(213,8,186); }
H1.HeaderClassName
{
color: #D508BA;
}
.AnyTagClassName
{
color: #D508BA;
}
</style>
background-color css
<style>
a { background-color: #D508BA; }
a { background-color: rgb(213,8,186); }
div.DivClassName
{
background-color: #D508BA;
}
.BgClassName
{
background-color: #D508BA;
}
</style>
border-color css
<style>
span { border-color: #D508BA; }
span { border-color: rgb(213,8,186); }
td.TdClassName
{
border-color: #D508BA;
}
.TagClassName
{
border-color: #D508BA;
}
</style>