Shades of Deep Magenta #D506D0
Tints of Deep Magenta #D506D0
RGB
CMYK
RGB Variations
Color information
#D506D0 (or 0xD506D0) is known color: Deep Magenta. HEX triplet: D5, 06 and D0. RGB value is (213,6,208). Sum of RGB (Red+Green+Blue) = 213+6+208=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 6 (2.73% from 255 or 1.41% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D506D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506D0 is #2AF92F. Grayscale: #5A5A5A. Windows color (decimal): -2816304 or 13633237. OLE color: 13633237.
HSL color Cylindrical-coordinate representation of color #D506D0: hue angle of 301.45º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D506D0 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 208 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.16 |
| HSL | 301.45º | 0.95% | 0.43% | - |
| HSV(B) | 301.45º | 0.97% | 0.84% | - |
| XYZ | 38.89 | 18.83 | 61.26 | - |
| YUV | 90.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 208 | 0 | 0.97 | 0.02 | 0.16 | 301.45 | 0.95 | 0.43 |
| Hex | D5 | 6 | D0 | 0 | 61 | 2 | 10 | 12D | 5F | 2B |
| Octal | 325 | 6 | 320 | 0 | 141 | 2 | 20 | 455 | 137 | 53 |
| Binary | 11010101 | 110 | 11010000 | 0 | 1100001 | 10 | 10000 | 100101101 | 1011111 | 101011 |
Color Harmonies of #D506D0
Complementary color
Monochromatic Colors of #D506D0
Black with #D506D0
Text Example
Text Example
White with #D506D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506D0; }
p { color: rgb(213,6,208); }
H1.HeaderClassName
{
color: #D506D0;
}
.AnyTagClassName
{
color: #D506D0;
}
</style>
background-color css
<style>
a { background-color: #D506D0; }
a { background-color: rgb(213,6,208); }
div.DivClassName
{
background-color: #D506D0;
}
.BgClassName
{
background-color: #D506D0;
}
</style>
border-color css
<style>
span { border-color: #D506D0; }
span { border-color: rgb(213,6,208); }
td.TdClassName
{
border-color: #D506D0;
}
.TagClassName
{
border-color: #D506D0;
}
</style>