Shades of Deep Magenta #D508B8
Tints of Deep Magenta #D508B8
RGB
CMYK
RGB Variations
Color information
#D508B8 (or 0xD508B8) is known color: Deep Magenta. HEX triplet: D5, 08 and B8. RGB value is (213,8,184). Sum of RGB (Red+Green+Blue) = 213+8+184=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D508B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508B8 is #2AF747. Grayscale: #585858. Windows color (decimal): -2815816 or 12060885. OLE color: 12060885.
HSL color Cylindrical-coordinate representation of color #D508B8: hue angle of 308.49º 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 #D508B8 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 184 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.16 |
| HSL | 308.49º | 0.93% | 0.43% | - |
| HSV(B) | 308.49º | 0.96% | 0.84% | - |
| XYZ | 36.18 | 17.78 | 46.87 | - |
| YUV | 89.36 | 181.42 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 184 | 0 | 0.96 | 0.14 | 0.16 | 308.49 | 0.93 | 0.43 |
| Hex | D5 | 8 | B8 | 0 | 60 | E | 10 | 134 | 5D | 2B |
| Octal | 325 | 10 | 270 | 0 | 140 | 16 | 20 | 464 | 135 | 53 |
| Binary | 11010101 | 1000 | 10111000 | 0 | 1100000 | 1110 | 10000 | 100110100 | 1011101 | 101011 |
Color Harmonies of #D508B8
Complementary color
Monochromatic Colors of #D508B8
Black with #D508B8
Text Example
Text Example
White with #D508B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508B8; }
p { color: rgb(213,8,184); }
H1.HeaderClassName
{
color: #D508B8;
}
.AnyTagClassName
{
color: #D508B8;
}
</style>
background-color css
<style>
a { background-color: #D508B8; }
a { background-color: rgb(213,8,184); }
div.DivClassName
{
background-color: #D508B8;
}
.BgClassName
{
background-color: #D508B8;
}
</style>
border-color css
<style>
span { border-color: #D508B8; }
span { border-color: rgb(213,8,184); }
td.TdClassName
{
border-color: #D508B8;
}
.TagClassName
{
border-color: #D508B8;
}
</style>