Shades of Deep Magenta #D50DCC
Tints of Deep Magenta #D50DCC
RGB
CMYK
RGB Variations
Color information
#D50DCC (or 0xD50DCC) is known color: Deep Magenta. HEX triplet: D5, 0D and CC. RGB value is (213,13,204). Sum of RGB (Red+Green+Blue) = 213+13+204=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DCC is #2AF233. Grayscale: #5E5E5E. Windows color (decimal): -2814516 or 13372885. OLE color: 13372885.
HSL color Cylindrical-coordinate representation of color #D50DCC: hue angle of 302.7º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DCC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 204 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.16 |
| HSL | 302.7º | 0.88% | 0.44% | - |
| HSV(B) | 302.7º | 0.94% | 0.84% | - |
| XYZ | 38.48 | 18.79 | 58.73 | - |
| YUV | 94.57 | 189.76 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 204 | 0 | 0.94 | 0.04 | 0.16 | 302.7 | 0.88 | 0.44 |
| Hex | D5 | D | CC | 0 | 5E | 4 | 10 | 12F | 58 | 2C |
| Octal | 325 | 15 | 314 | 0 | 136 | 4 | 20 | 457 | 130 | 54 |
| Binary | 11010101 | 1101 | 11001100 | 0 | 1011110 | 100 | 10000 | 100101111 | 1011000 | 101100 |
Color Harmonies of #D50DCC
Complementary color
Monochromatic Colors of #D50DCC
Black with #D50DCC
Text Example
Text Example
White with #D50DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DCC; }
p { color: rgb(213,13,204); }
H1.HeaderClassName
{
color: #D50DCC;
}
.AnyTagClassName
{
color: #D50DCC;
}
</style>
background-color css
<style>
a { background-color: #D50DCC; }
a { background-color: rgb(213,13,204); }
div.DivClassName
{
background-color: #D50DCC;
}
.BgClassName
{
background-color: #D50DCC;
}
</style>
border-color css
<style>
span { border-color: #D50DCC; }
span { border-color: rgb(213,13,204); }
td.TdClassName
{
border-color: #D50DCC;
}
.TagClassName
{
border-color: #D50DCC;
}
</style>