Shades of Deep Magenta #D52CCD
Tints of Deep Magenta #D52CCD
RGB
CMYK
RGB Variations
Color information
#D52CCD (or 0xD52CCD) is known color: Deep Magenta. HEX triplet: D5, 2C and CD. RGB value is (213,44,205). Sum of RGB (Red+Green+Blue) = 213+44+205=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CCD is #2AD332. Grayscale: #707070. Windows color (decimal): -2806579 or 13446357. OLE color: 13446357.
HSL color Cylindrical-coordinate representation of color #D52CCD: hue angle of 302.84º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52CCD is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 205 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.16 |
| HSL | 302.84º | 0.67% | 0.5% | - |
| HSV(B) | 302.84º | 0.79% | 0.84% | - |
| XYZ | 39.36 | 20.36 | 59.61 | - |
| YUV | 112.89 | 179.99 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 205 | 0 | 0.79 | 0.04 | 0.16 | 302.84 | 0.67 | 0.5 |
| Hex | D5 | 2C | CD | 0 | 4F | 4 | 10 | 12F | 43 | 32 |
| Octal | 325 | 54 | 315 | 0 | 117 | 4 | 20 | 457 | 103 | 62 |
| Binary | 11010101 | 101100 | 11001101 | 0 | 1001111 | 100 | 10000 | 100101111 | 1000011 | 110010 |
Color Harmonies of #D52CCD
Complementary color
Monochromatic Colors of #D52CCD
Black with #D52CCD
Text Example
Text Example
White with #D52CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CCD; }
p { color: rgb(213,44,205); }
H1.HeaderClassName
{
color: #D52CCD;
}
.AnyTagClassName
{
color: #D52CCD;
}
</style>
background-color css
<style>
a { background-color: #D52CCD; }
a { background-color: rgb(213,44,205); }
div.DivClassName
{
background-color: #D52CCD;
}
.BgClassName
{
background-color: #D52CCD;
}
</style>
border-color css
<style>
span { border-color: #D52CCD; }
span { border-color: rgb(213,44,205); }
td.TdClassName
{
border-color: #D52CCD;
}
.TagClassName
{
border-color: #D52CCD;
}
</style>