Shades of Deep Magenta #D507B5
Tints of Deep Magenta #D507B5
RGB
CMYK
RGB Variations
Color information
#D507B5 (or 0xD507B5) is known color: Deep Magenta. HEX triplet: D5, 07 and B5. RGB value is (213,7,181). Sum of RGB (Red+Green+Blue) = 213+7+181=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D507B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507B5 is #2AF84A. Grayscale: #575757. Windows color (decimal): -2816075 or 11864021. OLE color: 11864021.
HSL color Cylindrical-coordinate representation of color #D507B5: hue angle of 309.32º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507B5 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 181 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.16 |
| HSL | 309.32º | 0.94% | 0.43% | - |
| HSV(B) | 309.32º | 0.97% | 0.84% | - |
| XYZ | 35.86 | 17.63 | 45.23 | - |
| YUV | 88.43 | 180.25 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 181 | 0 | 0.97 | 0.15 | 0.16 | 309.32 | 0.94 | 0.43 |
| Hex | D5 | 7 | B5 | 0 | 61 | F | 10 | 135 | 5E | 2B |
| Octal | 325 | 7 | 265 | 0 | 141 | 17 | 20 | 465 | 136 | 53 |
| Binary | 11010101 | 111 | 10110101 | 0 | 1100001 | 1111 | 10000 | 100110101 | 1011110 | 101011 |
Color Harmonies of #D507B5
Complementary color
Monochromatic Colors of #D507B5
Black with #D507B5
Text Example
Text Example
White with #D507B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507B5; }
p { color: rgb(213,7,181); }
H1.HeaderClassName
{
color: #D507B5;
}
.AnyTagClassName
{
color: #D507B5;
}
</style>
background-color css
<style>
a { background-color: #D507B5; }
a { background-color: rgb(213,7,181); }
div.DivClassName
{
background-color: #D507B5;
}
.BgClassName
{
background-color: #D507B5;
}
</style>
border-color css
<style>
span { border-color: #D507B5; }
span { border-color: rgb(213,7,181); }
td.TdClassName
{
border-color: #D507B5;
}
.TagClassName
{
border-color: #D507B5;
}
</style>