Shades of Deep Magenta #D508AF
Tints of Deep Magenta #D508AF
RGB
CMYK
RGB Variations
Color information
#D508AF (or 0xD508AF) is known color: Deep Magenta. HEX triplet: D5, 08 and AF. RGB value is (213,8,175). Sum of RGB (Red+Green+Blue) = 213+8+175=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D508AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D508AF is #2AF750. Grayscale: #575757. Windows color (decimal): -2815825 or 11471061. OLE color: 11471061.
HSL color Cylindrical-coordinate representation of color #D508AF: hue angle of 311.12º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508AF is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.16 |
| HSL | 311.12º | 0.93% | 0.43% | - |
| HSV(B) | 311.12º | 0.96% | 0.84% | - |
| XYZ | 35.27 | 17.41 | 42.06 | - |
| YUV | 88.33 | 176.92 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 175 | 0 | 0.96 | 0.18 | 0.16 | 311.12 | 0.93 | 0.43 |
| Hex | D5 | 8 | AF | 0 | 60 | 12 | 10 | 137 | 5D | 2B |
| Octal | 325 | 10 | 257 | 0 | 140 | 22 | 20 | 467 | 135 | 53 |
| Binary | 11010101 | 1000 | 10101111 | 0 | 1100000 | 10010 | 10000 | 100110111 | 1011101 | 101011 |
Color Harmonies of #D508AF
Complementary color
Monochromatic Colors of #D508AF
Black with #D508AF
Text Example
Text Example
White with #D508AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508AF; }
p { color: rgb(213,8,175); }
H1.HeaderClassName
{
color: #D508AF;
}
.AnyTagClassName
{
color: #D508AF;
}
</style>
background-color css
<style>
a { background-color: #D508AF; }
a { background-color: rgb(213,8,175); }
div.DivClassName
{
background-color: #D508AF;
}
.BgClassName
{
background-color: #D508AF;
}
</style>
border-color css
<style>
span { border-color: #D508AF; }
span { border-color: rgb(213,8,175); }
td.TdClassName
{
border-color: #D508AF;
}
.TagClassName
{
border-color: #D508AF;
}
</style>