Shades of Deep Magenta #D509D8
Tints of Deep Magenta #D509D8
RGB
CMYK
RGB Variations
Color information
#D509D8 (or 0xD509D8) is known color: Deep Magenta. HEX triplet: D5, 09 and D8. RGB value is (213,9,216). Sum of RGB (Red+Green+Blue) = 213+9+216=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #D509D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509D8 is #2AF627. Grayscale: #5C5C5C. Windows color (decimal): -2815528 or 14158293. OLE color: 14158293.
HSL color Cylindrical-coordinate representation of color #D509D8: hue angle of 299.13º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509D8 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 9 | 216 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.15 |
| HSL | 299.13º | 0.92% | 0.44% | - |
| HSV(B) | 299.13º | 0.96% | 0.85% | - |
| XYZ | 39.93 | 19.3 | 66.59 | - |
| YUV | 93.59 | 197.09 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 216 | 0.01 | 0.96 | 0 | 0.15 | 299.13 | 0.92 | 0.44 |
| Hex | D5 | 9 | D8 | 1 | 60 | 0 | F | 12B | 5C | 2C |
| Octal | 325 | 11 | 330 | 1 | 140 | 0 | 17 | 453 | 134 | 54 |
| Binary | 11010101 | 1001 | 11011000 | 1 | 1100000 | 0 | 1111 | 100101011 | 1011100 | 101100 |
Color Harmonies of #D509D8
Complementary color
Monochromatic Colors of #D509D8
Black with #D509D8
Text Example
Text Example
White with #D509D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509D8; }
p { color: rgb(213,9,216); }
H1.HeaderClassName
{
color: #D509D8;
}
.AnyTagClassName
{
color: #D509D8;
}
</style>
background-color css
<style>
a { background-color: #D509D8; }
a { background-color: rgb(213,9,216); }
div.DivClassName
{
background-color: #D509D8;
}
.BgClassName
{
background-color: #D509D8;
}
</style>
border-color css
<style>
span { border-color: #D509D8; }
span { border-color: rgb(213,9,216); }
td.TdClassName
{
border-color: #D509D8;
}
.TagClassName
{
border-color: #D509D8;
}
</style>