Shades of Deep Magenta #D509C0
Tints of Deep Magenta #D509C0
RGB
CMYK
RGB Variations
Color information
#D509C0 (or 0xD509C0) is known color: Deep Magenta. HEX triplet: D5, 09 and C0. RGB value is (213,9,192). Sum of RGB (Red+Green+Blue) = 213+9+192=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D509C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509C0 is #2AF63F. Grayscale: #5A5A5A. Windows color (decimal): -2815552 or 12585429. OLE color: 12585429.
HSL color Cylindrical-coordinate representation of color #D509C0: hue angle of 306.18º 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 #D509C0 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.16 |
| HSL | 306.18º | 0.92% | 0.44% | - |
| HSV(B) | 306.18º | 0.96% | 0.84% | - |
| XYZ | 37.05 | 18.15 | 51.42 | - |
| YUV | 90.86 | 185.09 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 192 | 0 | 0.96 | 0.10 | 0.16 | 306.18 | 0.92 | 0.44 |
| Hex | D5 | 9 | C0 | 0 | 60 | A | 10 | 132 | 5C | 2C |
| Octal | 325 | 11 | 300 | 0 | 140 | 12 | 20 | 462 | 134 | 54 |
| Binary | 11010101 | 1001 | 11000000 | 0 | 1100000 | 1010 | 10000 | 100110010 | 1011100 | 101100 |
Color Harmonies of #D509C0
Complementary color
Monochromatic Colors of #D509C0
Black with #D509C0
Text Example
Text Example
White with #D509C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509C0; }
p { color: rgb(213,9,192); }
H1.HeaderClassName
{
color: #D509C0;
}
.AnyTagClassName
{
color: #D509C0;
}
</style>
background-color css
<style>
a { background-color: #D509C0; }
a { background-color: rgb(213,9,192); }
div.DivClassName
{
background-color: #D509C0;
}
.BgClassName
{
background-color: #D509C0;
}
</style>
border-color css
<style>
span { border-color: #D509C0; }
span { border-color: rgb(213,9,192); }
td.TdClassName
{
border-color: #D509C0;
}
.TagClassName
{
border-color: #D509C0;
}
</style>