Shades of Deep Magenta #D507AF
Tints of Deep Magenta #D507AF
RGB
CMYK
RGB Variations
Color information
#D507AF (or 0xD507AF) is known color: Deep Magenta. HEX triplet: D5, 07 and AF. RGB value is (213,7,175). Sum of RGB (Red+Green+Blue) = 213+7+175=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D507AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D507AF is #2AF850. Grayscale: #575757. Windows color (decimal): -2816081 or 11470805. OLE color: 11470805.
HSL color Cylindrical-coordinate representation of color #D507AF: hue angle of 311.07º 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 #D507AF is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 175 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.16 |
| HSL | 311.07º | 0.94% | 0.43% | - |
| HSV(B) | 311.07º | 0.97% | 0.84% | - |
| XYZ | 35.25 | 17.39 | 42.06 | - |
| YUV | 87.75 | 177.25 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 175 | 0 | 0.97 | 0.18 | 0.16 | 311.07 | 0.94 | 0.43 |
| Hex | D5 | 7 | AF | 0 | 61 | 12 | 10 | 137 | 5E | 2B |
| Octal | 325 | 7 | 257 | 0 | 141 | 22 | 20 | 467 | 136 | 53 |
| Binary | 11010101 | 111 | 10101111 | 0 | 1100001 | 10010 | 10000 | 100110111 | 1011110 | 101011 |
Color Harmonies of #D507AF
Complementary color
Monochromatic Colors of #D507AF
Black with #D507AF
Text Example
Text Example
White with #D507AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507AF; }
p { color: rgb(213,7,175); }
H1.HeaderClassName
{
color: #D507AF;
}
.AnyTagClassName
{
color: #D507AF;
}
</style>
background-color css
<style>
a { background-color: #D507AF; }
a { background-color: rgb(213,7,175); }
div.DivClassName
{
background-color: #D507AF;
}
.BgClassName
{
background-color: #D507AF;
}
</style>
border-color css
<style>
span { border-color: #D507AF; }
span { border-color: rgb(213,7,175); }
td.TdClassName
{
border-color: #D507AF;
}
.TagClassName
{
border-color: #D507AF;
}
</style>