Shades of Deep Magenta #D522C5
Tints of Deep Magenta #D522C5
RGB
CMYK
RGB Variations
Color information
#D522C5 (or 0xD522C5) is known color: Deep Magenta. HEX triplet: D5, 22 and C5. RGB value is (213,34,197). Sum of RGB (Red+Green+Blue) = 213+34+197=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 34 (13.67% from 255 or 7.66% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D522C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522C5 is #2ADD3A. Grayscale: #696969. Windows color (decimal): -2809147 or 12919509. OLE color: 12919509.
HSL color Cylindrical-coordinate representation of color #D522C5: hue angle of 305.36º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D522C5 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 197 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.16 |
| HSL | 305.36º | 0.72% | 0.48% | - |
| HSV(B) | 305.36º | 0.84% | 0.84% | - |
| XYZ | 38.09 | 19.32 | 54.55 | - |
| YUV | 106.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 197 | 0 | 0.84 | 0.08 | 0.16 | 305.36 | 0.72 | 0.48 |
| Hex | D5 | 22 | C5 | 0 | 54 | 8 | 10 | 131 | 48 | 30 |
| Octal | 325 | 42 | 305 | 0 | 124 | 10 | 20 | 461 | 110 | 60 |
| Binary | 11010101 | 100010 | 11000101 | 0 | 1010100 | 1000 | 10000 | 100110001 | 1001000 | 110000 |
Color Harmonies of #D522C5
Complementary color
Monochromatic Colors of #D522C5
Black with #D522C5
Text Example
Text Example
White with #D522C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522C5; }
p { color: rgb(213,34,197); }
H1.HeaderClassName
{
color: #D522C5;
}
.AnyTagClassName
{
color: #D522C5;
}
</style>
background-color css
<style>
a { background-color: #D522C5; }
a { background-color: rgb(213,34,197); }
div.DivClassName
{
background-color: #D522C5;
}
.BgClassName
{
background-color: #D522C5;
}
</style>
border-color css
<style>
span { border-color: #D522C5; }
span { border-color: rgb(213,34,197); }
td.TdClassName
{
border-color: #D522C5;
}
.TagClassName
{
border-color: #D522C5;
}
</style>