Shades of Deep Magenta #D507BD
Tints of Deep Magenta #D507BD
RGB
CMYK
RGB Variations
Color information
#D507BD (or 0xD507BD) is known color: Deep Magenta. HEX triplet: D5, 07 and BD. RGB value is (213,7,189). Sum of RGB (Red+Green+Blue) = 213+7+189=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D507BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507BD is #2AF842. Grayscale: #585858. Windows color (decimal): -2816067 or 12388309. OLE color: 12388309.
HSL color Cylindrical-coordinate representation of color #D507BD: hue angle of 306.99º 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 #D507BD is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.16 |
| HSL | 306.99º | 0.94% | 0.43% | - |
| HSV(B) | 306.99º | 0.97% | 0.84% | - |
| XYZ | 36.7 | 17.97 | 49.68 | - |
| YUV | 89.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 189 | 0 | 0.97 | 0.11 | 0.16 | 306.99 | 0.94 | 0.43 |
| Hex | D5 | 7 | BD | 0 | 61 | B | 10 | 133 | 5E | 2B |
| Octal | 325 | 7 | 275 | 0 | 141 | 13 | 20 | 463 | 136 | 53 |
| Binary | 11010101 | 111 | 10111101 | 0 | 1100001 | 1011 | 10000 | 100110011 | 1011110 | 101011 |
Color Harmonies of #D507BD
Complementary color
Monochromatic Colors of #D507BD
Black with #D507BD
Text Example
Text Example
White with #D507BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507BD; }
p { color: rgb(213,7,189); }
H1.HeaderClassName
{
color: #D507BD;
}
.AnyTagClassName
{
color: #D507BD;
}
</style>
background-color css
<style>
a { background-color: #D507BD; }
a { background-color: rgb(213,7,189); }
div.DivClassName
{
background-color: #D507BD;
}
.BgClassName
{
background-color: #D507BD;
}
</style>
border-color css
<style>
span { border-color: #D507BD; }
span { border-color: rgb(213,7,189); }
td.TdClassName
{
border-color: #D507BD;
}
.TagClassName
{
border-color: #D507BD;
}
</style>