Shades of Deep Magenta #D52CCC
Tints of Deep Magenta #D52CCC
RGB
CMYK
RGB Variations
Color information
#D52CCC (or 0xD52CCC) is known color: Deep Magenta. HEX triplet: D5, 2C and CC. RGB value is (213,44,204). Sum of RGB (Red+Green+Blue) = 213+44+204=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CCC is #2AD333. Grayscale: #707070. Windows color (decimal): -2806580 or 13380821. OLE color: 13380821.
HSL color Cylindrical-coordinate representation of color #D52CCC: hue angle of 303.2º 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 #D52CCC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 44 | 204 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.16 |
| HSL | 303.2º | 0.67% | 0.5% | - |
| HSV(B) | 303.2º | 0.79% | 0.84% | - |
| XYZ | 39.24 | 20.31 | 58.98 | - |
| YUV | 112.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 44 | 204 | 0 | 0.79 | 0.04 | 0.16 | 303.2 | 0.67 | 0.5 |
| Hex | D5 | 2C | CC | 0 | 4F | 4 | 10 | 12F | 43 | 32 |
| Octal | 325 | 54 | 314 | 0 | 117 | 4 | 20 | 457 | 103 | 62 |
| Binary | 11010101 | 101100 | 11001100 | 0 | 1001111 | 100 | 10000 | 100101111 | 1000011 | 110010 |
Color Harmonies of #D52CCC
Complementary color
Monochromatic Colors of #D52CCC
Black with #D52CCC
Text Example
Text Example
White with #D52CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52CCC; }
p { color: rgb(213,44,204); }
H1.HeaderClassName
{
color: #D52CCC;
}
.AnyTagClassName
{
color: #D52CCC;
}
</style>
background-color css
<style>
a { background-color: #D52CCC; }
a { background-color: rgb(213,44,204); }
div.DivClassName
{
background-color: #D52CCC;
}
.BgClassName
{
background-color: #D52CCC;
}
</style>
border-color css
<style>
span { border-color: #D52CCC; }
span { border-color: rgb(213,44,204); }
td.TdClassName
{
border-color: #D52CCC;
}
.TagClassName
{
border-color: #D52CCC;
}
</style>