Shades of Deep Magenta #D50AD7
Tints of Deep Magenta #D50AD7
RGB
CMYK
RGB Variations
Color information
#D50AD7 (or 0xD50AD7) is known color: Deep Magenta. HEX triplet: D5, 0A and D7. RGB value is (213,10,215). Sum of RGB (Red+Green+Blue) = 213+10+215=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #D50AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50AD7 is #2AF528. Grayscale: #5D5D5D. Windows color (decimal): -2815273 or 14093013. OLE color: 14093013.
HSL color Cylindrical-coordinate representation of color #D50AD7: hue angle of 299.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50AD7 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 215 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.16 |
| HSL | 299.41º | 0.91% | 0.44% | - |
| HSV(B) | 299.41º | 0.95% | 0.84% | - |
| XYZ | 39.81 | 19.27 | 65.91 | - |
| YUV | 94.07 | 196.25 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 215 | 0.01 | 0.95 | 0 | 0.16 | 299.41 | 0.91 | 0.44 |
| Hex | D5 | A | D7 | 1 | 5F | 0 | 10 | 12B | 5B | 2C |
| Octal | 325 | 12 | 327 | 1 | 137 | 0 | 20 | 453 | 133 | 54 |
| Binary | 11010101 | 1010 | 11010111 | 1 | 1011111 | 0 | 10000 | 100101011 | 1011011 | 101100 |
Color Harmonies of #D50AD7
Complementary color
Monochromatic Colors of #D50AD7
Black with #D50AD7
Text Example
Text Example
White with #D50AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AD7; }
p { color: rgb(213,10,215); }
H1.HeaderClassName
{
color: #D50AD7;
}
.AnyTagClassName
{
color: #D50AD7;
}
</style>
background-color css
<style>
a { background-color: #D50AD7; }
a { background-color: rgb(213,10,215); }
div.DivClassName
{
background-color: #D50AD7;
}
.BgClassName
{
background-color: #D50AD7;
}
</style>
border-color css
<style>
span { border-color: #D50AD7; }
span { border-color: rgb(213,10,215); }
td.TdClassName
{
border-color: #D50AD7;
}
.TagClassName
{
border-color: #D50AD7;
}
</style>