Shades of Deep Magenta #D507BC
Tints of Deep Magenta #D507BC
RGB
CMYK
RGB Variations
Color information
#D507BC (or 0xD507BC) is known color: Deep Magenta. HEX triplet: D5, 07 and BC. RGB value is (213,7,188). Sum of RGB (Red+Green+Blue) = 213+7+188=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D507BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507BC is #2AF843. Grayscale: #585858. Windows color (decimal): -2816068 or 12322773. OLE color: 12322773.
HSL color Cylindrical-coordinate representation of color #D507BC: hue angle of 307.28º 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 #D507BC is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.16 |
| HSL | 307.28º | 0.94% | 0.43% | - |
| HSV(B) | 307.28º | 0.97% | 0.84% | - |
| XYZ | 36.59 | 17.93 | 49.11 | - |
| YUV | 89.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 188 | 0 | 0.97 | 0.12 | 0.16 | 307.28 | 0.94 | 0.43 |
| Hex | D5 | 7 | BC | 0 | 61 | C | 10 | 133 | 5E | 2B |
| Octal | 325 | 7 | 274 | 0 | 141 | 14 | 20 | 463 | 136 | 53 |
| Binary | 11010101 | 111 | 10111100 | 0 | 1100001 | 1100 | 10000 | 100110011 | 1011110 | 101011 |
Color Harmonies of #D507BC
Complementary color
Monochromatic Colors of #D507BC
Black with #D507BC
Text Example
Text Example
White with #D507BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507BC; }
p { color: rgb(213,7,188); }
H1.HeaderClassName
{
color: #D507BC;
}
.AnyTagClassName
{
color: #D507BC;
}
</style>
background-color css
<style>
a { background-color: #D507BC; }
a { background-color: rgb(213,7,188); }
div.DivClassName
{
background-color: #D507BC;
}
.BgClassName
{
background-color: #D507BC;
}
</style>
border-color css
<style>
span { border-color: #D507BC; }
span { border-color: rgb(213,7,188); }
td.TdClassName
{
border-color: #D507BC;
}
.TagClassName
{
border-color: #D507BC;
}
</style>