Shades of Deep Magenta #D50CCD
Tints of Deep Magenta #D50CCD
RGB
CMYK
RGB Variations
Color information
#D50CCD (or 0xD50CCD) is known color: Deep Magenta. HEX triplet: D5, 0C and CD. RGB value is (213,12,205). Sum of RGB (Red+Green+Blue) = 213+12+205=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CCD is #2AF332. Grayscale: #5D5D5D. Windows color (decimal): -2814771 or 13438165. OLE color: 13438165.
HSL color Cylindrical-coordinate representation of color #D50CCD: hue angle of 302.39º 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 #D50CCD is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 205 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.16 |
| HSL | 302.39º | 0.89% | 0.44% | - |
| HSV(B) | 302.39º | 0.94% | 0.84% | - |
| XYZ | 38.59 | 18.82 | 59.36 | - |
| YUV | 94.1 | 190.59 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 205 | 0 | 0.94 | 0.04 | 0.16 | 302.39 | 0.89 | 0.44 |
| Hex | D5 | C | CD | 0 | 5E | 4 | 10 | 12E | 59 | 2C |
| Octal | 325 | 14 | 315 | 0 | 136 | 4 | 20 | 456 | 131 | 54 |
| Binary | 11010101 | 1100 | 11001101 | 0 | 1011110 | 100 | 10000 | 100101110 | 1011001 | 101100 |
Color Harmonies of #D50CCD
Complementary color
Monochromatic Colors of #D50CCD
Black with #D50CCD
Text Example
Text Example
White with #D50CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CCD; }
p { color: rgb(213,12,205); }
H1.HeaderClassName
{
color: #D50CCD;
}
.AnyTagClassName
{
color: #D50CCD;
}
</style>
background-color css
<style>
a { background-color: #D50CCD; }
a { background-color: rgb(213,12,205); }
div.DivClassName
{
background-color: #D50CCD;
}
.BgClassName
{
background-color: #D50CCD;
}
</style>
border-color css
<style>
span { border-color: #D50CCD; }
span { border-color: rgb(213,12,205); }
td.TdClassName
{
border-color: #D50CCD;
}
.TagClassName
{
border-color: #D50CCD;
}
</style>