Shades of Deep Magenta #D524C5
Tints of Deep Magenta #D524C5
RGB
CMYK
RGB Variations
Color information
#D524C5 (or 0xD524C5) is known color: Deep Magenta. HEX triplet: D5, 24 and C5. RGB value is (213,36,197). Sum of RGB (Red+Green+Blue) = 213+36+197=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D524C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524C5 is #2ADB3A. Grayscale: #6A6A6A. Windows color (decimal): -2808635 or 12920021. OLE color: 12920021.
HSL color Cylindrical-coordinate representation of color #D524C5: hue angle of 305.42º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D524C5 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 197 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.16 |
| HSL | 305.42º | 0.71% | 0.49% | - |
| HSV(B) | 305.42º | 0.83% | 0.84% | - |
| XYZ | 38.15 | 19.44 | 54.56 | - |
| YUV | 107.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 197 | 0 | 0.83 | 0.08 | 0.16 | 305.42 | 0.71 | 0.49 |
| Hex | D5 | 24 | C5 | 0 | 53 | 8 | 10 | 131 | 47 | 31 |
| Octal | 325 | 44 | 305 | 0 | 123 | 10 | 20 | 461 | 107 | 61 |
| Binary | 11010101 | 100100 | 11000101 | 0 | 1010011 | 1000 | 10000 | 100110001 | 1000111 | 110001 |
Color Harmonies of #D524C5
Complementary color
Monochromatic Colors of #D524C5
Black with #D524C5
Text Example
Text Example
White with #D524C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524C5; }
p { color: rgb(213,36,197); }
H1.HeaderClassName
{
color: #D524C5;
}
.AnyTagClassName
{
color: #D524C5;
}
</style>
background-color css
<style>
a { background-color: #D524C5; }
a { background-color: rgb(213,36,197); }
div.DivClassName
{
background-color: #D524C5;
}
.BgClassName
{
background-color: #D524C5;
}
</style>
border-color css
<style>
span { border-color: #D524C5; }
span { border-color: rgb(213,36,197); }
td.TdClassName
{
border-color: #D524C5;
}
.TagClassName
{
border-color: #D524C5;
}
</style>