Shades of Deep Magenta #D522C4
Tints of Deep Magenta #D522C4
RGB
CMYK
RGB Variations
Color information
#D522C4 (or 0xD522C4) is known color: Deep Magenta. HEX triplet: D5, 22 and C4. RGB value is (213,34,196). Sum of RGB (Red+Green+Blue) = 213+34+196=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D522C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D522C4 is #2ADD3B. Grayscale: #696969. Windows color (decimal): -2809148 or 12853973. OLE color: 12853973.
HSL color Cylindrical-coordinate representation of color #D522C4: hue angle of 305.7º 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 #D522C4 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 196 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.16 |
| HSL | 305.7º | 0.72% | 0.48% | - |
| HSV(B) | 305.7º | 0.84% | 0.84% | - |
| XYZ | 37.98 | 19.28 | 53.94 | - |
| YUV | 105.99 | 178.8 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 196 | 0 | 0.84 | 0.08 | 0.16 | 305.7 | 0.72 | 0.48 |
| Hex | D5 | 22 | C4 | 0 | 54 | 8 | 10 | 132 | 48 | 30 |
| Octal | 325 | 42 | 304 | 0 | 124 | 10 | 20 | 462 | 110 | 60 |
| Binary | 11010101 | 100010 | 11000100 | 0 | 1010100 | 1000 | 10000 | 100110010 | 1001000 | 110000 |
Color Harmonies of #D522C4
Complementary color
Monochromatic Colors of #D522C4
Black with #D522C4
Text Example
Text Example
White with #D522C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522C4; }
p { color: rgb(213,34,196); }
H1.HeaderClassName
{
color: #D522C4;
}
.AnyTagClassName
{
color: #D522C4;
}
</style>
background-color css
<style>
a { background-color: #D522C4; }
a { background-color: rgb(213,34,196); }
div.DivClassName
{
background-color: #D522C4;
}
.BgClassName
{
background-color: #D522C4;
}
</style>
border-color css
<style>
span { border-color: #D522C4; }
span { border-color: rgb(213,34,196); }
td.TdClassName
{
border-color: #D522C4;
}
.TagClassName
{
border-color: #D522C4;
}
</style>