Shades of Deep Magenta #D522CC
Tints of Deep Magenta #D522CC
RGB
CMYK
RGB Variations
Color information
#D522CC (or 0xD522CC) is known color: Deep Magenta. HEX triplet: D5, 22 and CC. RGB value is (213,34,204). Sum of RGB (Red+Green+Blue) = 213+34+204=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 34 (13.67% from 255 or 7.54% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D522CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522CC is #2ADD33. Grayscale: #6A6A6A. Windows color (decimal): -2809140 or 13378261. OLE color: 13378261.
HSL color Cylindrical-coordinate representation of color #D522CC: hue angle of 303.02º 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 #D522CC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 204 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.16 |
| HSL | 303.02º | 0.72% | 0.48% | - |
| HSV(B) | 303.02º | 0.84% | 0.84% | - |
| XYZ | 38.91 | 19.65 | 58.87 | - |
| YUV | 106.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 204 | 0 | 0.84 | 0.04 | 0.16 | 303.02 | 0.72 | 0.48 |
| Hex | D5 | 22 | CC | 0 | 54 | 4 | 10 | 12F | 48 | 30 |
| Octal | 325 | 42 | 314 | 0 | 124 | 4 | 20 | 457 | 110 | 60 |
| Binary | 11010101 | 100010 | 11001100 | 0 | 1010100 | 100 | 10000 | 100101111 | 1001000 | 110000 |
Color Harmonies of #D522CC
Complementary color
Monochromatic Colors of #D522CC
Black with #D522CC
Text Example
Text Example
White with #D522CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522CC; }
p { color: rgb(213,34,204); }
H1.HeaderClassName
{
color: #D522CC;
}
.AnyTagClassName
{
color: #D522CC;
}
</style>
background-color css
<style>
a { background-color: #D522CC; }
a { background-color: rgb(213,34,204); }
div.DivClassName
{
background-color: #D522CC;
}
.BgClassName
{
background-color: #D522CC;
}
</style>
border-color css
<style>
span { border-color: #D522CC; }
span { border-color: rgb(213,34,204); }
td.TdClassName
{
border-color: #D522CC;
}
.TagClassName
{
border-color: #D522CC;
}
</style>