Shades of Deep Magenta #D50DD7
Tints of Deep Magenta #D50DD7
RGB
CMYK
RGB Variations
Color information
#D50DD7 (or 0xD50DD7) is known color: Deep Magenta. HEX triplet: D5, 0D and D7. RGB value is (213,13,215). Sum of RGB (Red+Green+Blue) = 213+13+215=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #D50DD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DD7 is #2AF228. Grayscale: #5F5F5F. Windows color (decimal): -2814505 or 14093781. OLE color: 14093781.
HSL color Cylindrical-coordinate representation of color #D50DD7: hue angle of 299.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DD7 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 215 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.16 |
| HSL | 299.41º | 0.89% | 0.45% | - |
| HSV(B) | 299.41º | 0.94% | 0.84% | - |
| XYZ | 39.85 | 19.34 | 65.92 | - |
| YUV | 95.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 215 | 0.01 | 0.94 | 0 | 0.16 | 299.41 | 0.89 | 0.45 |
| Hex | D5 | D | D7 | 1 | 5E | 0 | 10 | 12B | 59 | 2D |
| Octal | 325 | 15 | 327 | 1 | 136 | 0 | 20 | 453 | 131 | 55 |
| Binary | 11010101 | 1101 | 11010111 | 1 | 1011110 | 0 | 10000 | 100101011 | 1011001 | 101101 |
Color Harmonies of #D50DD7
Complementary color
Monochromatic Colors of #D50DD7
Black with #D50DD7
Text Example
Text Example
White with #D50DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DD7; }
p { color: rgb(213,13,215); }
H1.HeaderClassName
{
color: #D50DD7;
}
.AnyTagClassName
{
color: #D50DD7;
}
</style>
background-color css
<style>
a { background-color: #D50DD7; }
a { background-color: rgb(213,13,215); }
div.DivClassName
{
background-color: #D50DD7;
}
.BgClassName
{
background-color: #D50DD7;
}
</style>
border-color css
<style>
span { border-color: #D50DD7; }
span { border-color: rgb(213,13,215); }
td.TdClassName
{
border-color: #D50DD7;
}
.TagClassName
{
border-color: #D50DD7;
}
</style>