Shades of Deep Magenta #D502BA
Tints of Deep Magenta #D502BA
RGB
CMYK
RGB Variations
Color information
#D502BA (or 0xD502BA) is known color: Deep Magenta. HEX triplet: D5, 02 and BA. RGB value is (213,2,186). Sum of RGB (Red+Green+Blue) = 213+2+186=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D502BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502BA is #2AFD45. Grayscale: #555555. Windows color (decimal): -2817350 or 12190421. OLE color: 12190421.
HSL color Cylindrical-coordinate representation of color #D502BA: hue angle of 307.68º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502BA is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.16 |
| HSL | 307.68º | 0.98% | 0.42% | - |
| HSV(B) | 307.68º | 0.99% | 0.84% | - |
| XYZ | 36.33 | 17.73 | 47.96 | - |
| YUV | 86.07 | 184.4 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 186 | 0 | 0.99 | 0.13 | 0.16 | 307.68 | 0.98 | 0.42 |
| Hex | D5 | 2 | BA | 0 | 63 | D | 10 | 134 | 62 | 2A |
| Octal | 325 | 2 | 272 | 0 | 143 | 15 | 20 | 464 | 142 | 52 |
| Binary | 11010101 | 10 | 10111010 | 0 | 1100011 | 1101 | 10000 | 100110100 | 1100010 | 101010 |
Color Harmonies of #D502BA
Complementary color
Monochromatic Colors of #D502BA
Black with #D502BA
Text Example
Text Example
White with #D502BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502BA; }
p { color: rgb(213,2,186); }
H1.HeaderClassName
{
color: #D502BA;
}
.AnyTagClassName
{
color: #D502BA;
}
</style>
background-color css
<style>
a { background-color: #D502BA; }
a { background-color: rgb(213,2,186); }
div.DivClassName
{
background-color: #D502BA;
}
.BgClassName
{
background-color: #D502BA;
}
</style>
border-color css
<style>
span { border-color: #D502BA; }
span { border-color: rgb(213,2,186); }
td.TdClassName
{
border-color: #D502BA;
}
.TagClassName
{
border-color: #D502BA;
}
</style>