Shades of Deep Magenta #D502BD
Tints of Deep Magenta #D502BD
RGB
CMYK
RGB Variations
Color information
#D502BD (or 0xD502BD) is known color: Deep Magenta. HEX triplet: D5, 02 and BD. RGB value is (213,2,189). Sum of RGB (Red+Green+Blue) = 213+2+189=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D502BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D502BD is #2AFD42. Grayscale: #555555. Windows color (decimal): -2817347 or 12387029. OLE color: 12387029.
HSL color Cylindrical-coordinate representation of color #D502BD: hue angle of 306.82º 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 #D502BD is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.16 |
| HSL | 306.82º | 0.98% | 0.42% | - |
| HSV(B) | 306.82º | 0.99% | 0.84% | - |
| XYZ | 36.65 | 17.86 | 49.66 | - |
| YUV | 86.41 | 185.9 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 189 | 0 | 0.99 | 0.11 | 0.16 | 306.82 | 0.98 | 0.42 |
| Hex | D5 | 2 | BD | 0 | 63 | B | 10 | 133 | 62 | 2A |
| Octal | 325 | 2 | 275 | 0 | 143 | 13 | 20 | 463 | 142 | 52 |
| Binary | 11010101 | 10 | 10111101 | 0 | 1100011 | 1011 | 10000 | 100110011 | 1100010 | 101010 |
Color Harmonies of #D502BD
Complementary color
Monochromatic Colors of #D502BD
Black with #D502BD
Text Example
Text Example
White with #D502BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502BD; }
p { color: rgb(213,2,189); }
H1.HeaderClassName
{
color: #D502BD;
}
.AnyTagClassName
{
color: #D502BD;
}
</style>
background-color css
<style>
a { background-color: #D502BD; }
a { background-color: rgb(213,2,189); }
div.DivClassName
{
background-color: #D502BD;
}
.BgClassName
{
background-color: #D502BD;
}
</style>
border-color css
<style>
span { border-color: #D502BD; }
span { border-color: rgb(213,2,189); }
td.TdClassName
{
border-color: #D502BD;
}
.TagClassName
{
border-color: #D502BD;
}
</style>