Shades of Deep Magenta #D524CD
Tints of Deep Magenta #D524CD
RGB
CMYK
RGB Variations
Color information
#D524CD (or 0xD524CD) is known color: Deep Magenta. HEX triplet: D5, 24 and CD. RGB value is (213,36,205). Sum of RGB (Red+Green+Blue) = 213+36+205=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D524CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524CD is #2ADB32. Grayscale: #6B6B6B. Windows color (decimal): -2808627 or 13444309. OLE color: 13444309.
HSL color Cylindrical-coordinate representation of color #D524CD: hue angle of 302.71º 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 #D524CD is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 205 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.16 |
| HSL | 302.71º | 0.71% | 0.49% | - |
| HSV(B) | 302.71º | 0.83% | 0.84% | - |
| XYZ | 39.09 | 19.82 | 59.52 | - |
| YUV | 108.19 | 182.64 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 205 | 0 | 0.83 | 0.04 | 0.16 | 302.71 | 0.71 | 0.49 |
| Hex | D5 | 24 | CD | 0 | 53 | 4 | 10 | 12F | 47 | 31 |
| Octal | 325 | 44 | 315 | 0 | 123 | 4 | 20 | 457 | 107 | 61 |
| Binary | 11010101 | 100100 | 11001101 | 0 | 1010011 | 100 | 10000 | 100101111 | 1000111 | 110001 |
Color Harmonies of #D524CD
Complementary color
Monochromatic Colors of #D524CD
Black with #D524CD
Text Example
Text Example
White with #D524CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524CD; }
p { color: rgb(213,36,205); }
H1.HeaderClassName
{
color: #D524CD;
}
.AnyTagClassName
{
color: #D524CD;
}
</style>
background-color css
<style>
a { background-color: #D524CD; }
a { background-color: rgb(213,36,205); }
div.DivClassName
{
background-color: #D524CD;
}
.BgClassName
{
background-color: #D524CD;
}
</style>
border-color css
<style>
span { border-color: #D524CD; }
span { border-color: rgb(213,36,205); }
td.TdClassName
{
border-color: #D524CD;
}
.TagClassName
{
border-color: #D524CD;
}
</style>