Shades of Deep Magenta #D50CCE
Tints of Deep Magenta #D50CCE
RGB
CMYK
RGB Variations
Color information
#D50CCE (or 0xD50CCE) is known color: Deep Magenta. HEX triplet: D5, 0C and CE. RGB value is (213,12,206). Sum of RGB (Red+Green+Blue) = 213+12+206=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CCE is #2AF331. Grayscale: #5D5D5D. Windows color (decimal): -2814770 or 13503701. OLE color: 13503701.
HSL color Cylindrical-coordinate representation of color #D50CCE: hue angle of 302.09º degrees, saturation: 0.89, 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 #D50CCE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 206 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.16 |
| HSL | 302.09º | 0.89% | 0.44% | - |
| HSV(B) | 302.09º | 0.94% | 0.84% | - |
| XYZ | 38.71 | 18.87 | 59.99 | - |
| YUV | 94.22 | 191.09 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 206 | 0 | 0.94 | 0.03 | 0.16 | 302.09 | 0.89 | 0.44 |
| Hex | D5 | C | CE | 0 | 5E | 3 | 10 | 12E | 59 | 2C |
| Octal | 325 | 14 | 316 | 0 | 136 | 3 | 20 | 456 | 131 | 54 |
| Binary | 11010101 | 1100 | 11001110 | 0 | 1011110 | 11 | 10000 | 100101110 | 1011001 | 101100 |
Color Harmonies of #D50CCE
Complementary color
Monochromatic Colors of #D50CCE
Black with #D50CCE
Text Example
Text Example
White with #D50CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CCE; }
p { color: rgb(213,12,206); }
H1.HeaderClassName
{
color: #D50CCE;
}
.AnyTagClassName
{
color: #D50CCE;
}
</style>
background-color css
<style>
a { background-color: #D50CCE; }
a { background-color: rgb(213,12,206); }
div.DivClassName
{
background-color: #D50CCE;
}
.BgClassName
{
background-color: #D50CCE;
}
</style>
border-color css
<style>
span { border-color: #D50CCE; }
span { border-color: rgb(213,12,206); }
td.TdClassName
{
border-color: #D50CCE;
}
.TagClassName
{
border-color: #D50CCE;
}
</style>