Shades of Deep Magenta #D509B8
Tints of Deep Magenta #D509B8
RGB
CMYK
RGB Variations
Color information
#D509B8 (or 0xD509B8) is known color: Deep Magenta. HEX triplet: D5, 09 and B8. RGB value is (213,9,184). Sum of RGB (Red+Green+Blue) = 213+9+184=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D509B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509B8 is #2AF647. Grayscale: #595959. Windows color (decimal): -2815560 or 12061141. OLE color: 12061141.
HSL color Cylindrical-coordinate representation of color #D509B8: hue angle of 308.53º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509B8 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.16 |
| HSL | 308.53º | 0.92% | 0.44% | - |
| HSV(B) | 308.53º | 0.96% | 0.84% | - |
| XYZ | 36.19 | 17.8 | 46.88 | - |
| YUV | 89.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 184 | 0 | 0.96 | 0.14 | 0.16 | 308.53 | 0.92 | 0.44 |
| Hex | D5 | 9 | B8 | 0 | 60 | E | 10 | 135 | 5C | 2C |
| Octal | 325 | 11 | 270 | 0 | 140 | 16 | 20 | 465 | 134 | 54 |
| Binary | 11010101 | 1001 | 10111000 | 0 | 1100000 | 1110 | 10000 | 100110101 | 1011100 | 101100 |
Color Harmonies of #D509B8
Complementary color
Monochromatic Colors of #D509B8
Black with #D509B8
Text Example
Text Example
White with #D509B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509B8; }
p { color: rgb(213,9,184); }
H1.HeaderClassName
{
color: #D509B8;
}
.AnyTagClassName
{
color: #D509B8;
}
</style>
background-color css
<style>
a { background-color: #D509B8; }
a { background-color: rgb(213,9,184); }
div.DivClassName
{
background-color: #D509B8;
}
.BgClassName
{
background-color: #D509B8;
}
</style>
border-color css
<style>
span { border-color: #D509B8; }
span { border-color: rgb(213,9,184); }
td.TdClassName
{
border-color: #D509B8;
}
.TagClassName
{
border-color: #D509B8;
}
</style>