Shades of Deep Magenta #D524CE
Tints of Deep Magenta #D524CE
RGB
CMYK
RGB Variations
Color information
#D524CE (or 0xD524CE) is known color: Deep Magenta. HEX triplet: D5, 24 and CE. RGB value is (213,36,206). Sum of RGB (Red+Green+Blue) = 213+36+206=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D524CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524CE is #2ADB31. Grayscale: #6B6B6B. Windows color (decimal): -2808626 or 13509845. OLE color: 13509845.
HSL color Cylindrical-coordinate representation of color #D524CE: hue angle of 302.37º 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 #D524CE is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 206 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.16 |
| HSL | 302.37º | 0.71% | 0.49% | - |
| HSV(B) | 302.37º | 0.83% | 0.84% | - |
| XYZ | 39.21 | 19.86 | 60.16 | - |
| YUV | 108.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 206 | 0 | 0.83 | 0.03 | 0.16 | 302.37 | 0.71 | 0.49 |
| Hex | D5 | 24 | CE | 0 | 53 | 3 | 10 | 12E | 47 | 31 |
| Octal | 325 | 44 | 316 | 0 | 123 | 3 | 20 | 456 | 107 | 61 |
| Binary | 11010101 | 100100 | 11001110 | 0 | 1010011 | 11 | 10000 | 100101110 | 1000111 | 110001 |
Color Harmonies of #D524CE
Complementary color
Monochromatic Colors of #D524CE
Black with #D524CE
Text Example
Text Example
White with #D524CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524CE; }
p { color: rgb(213,36,206); }
H1.HeaderClassName
{
color: #D524CE;
}
.AnyTagClassName
{
color: #D524CE;
}
</style>
background-color css
<style>
a { background-color: #D524CE; }
a { background-color: rgb(213,36,206); }
div.DivClassName
{
background-color: #D524CE;
}
.BgClassName
{
background-color: #D524CE;
}
</style>
border-color css
<style>
span { border-color: #D524CE; }
span { border-color: rgb(213,36,206); }
td.TdClassName
{
border-color: #D524CE;
}
.TagClassName
{
border-color: #D524CE;
}
</style>