Shades of Deep Magenta #D524BD
Tints of Deep Magenta #D524BD
RGB
CMYK
RGB Variations
Color information
#D524BD (or 0xD524BD) is known color: Deep Magenta. HEX triplet: D5, 24 and BD. RGB value is (213,36,189). Sum of RGB (Red+Green+Blue) = 213+36+189=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D524BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524BD is #2ADB42. Grayscale: #696969. Windows color (decimal): -2808643 or 12395733. OLE color: 12395733.
HSL color Cylindrical-coordinate representation of color #D524BD: hue angle of 308.14º 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 #D524BD is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 189 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.16 |
| HSL | 308.14º | 0.71% | 0.49% | - |
| HSV(B) | 308.14º | 0.83% | 0.84% | - |
| XYZ | 37.26 | 19.08 | 49.86 | - |
| YUV | 106.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 189 | 0 | 0.83 | 0.11 | 0.16 | 308.14 | 0.71 | 0.49 |
| Hex | D5 | 24 | BD | 0 | 53 | B | 10 | 134 | 47 | 31 |
| Octal | 325 | 44 | 275 | 0 | 123 | 13 | 20 | 464 | 107 | 61 |
| Binary | 11010101 | 100100 | 10111101 | 0 | 1010011 | 1011 | 10000 | 100110100 | 1000111 | 110001 |
Color Harmonies of #D524BD
Complementary color
Monochromatic Colors of #D524BD
Black with #D524BD
Text Example
Text Example
White with #D524BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524BD; }
p { color: rgb(213,36,189); }
H1.HeaderClassName
{
color: #D524BD;
}
.AnyTagClassName
{
color: #D524BD;
}
</style>
background-color css
<style>
a { background-color: #D524BD; }
a { background-color: rgb(213,36,189); }
div.DivClassName
{
background-color: #D524BD;
}
.BgClassName
{
background-color: #D524BD;
}
</style>
border-color css
<style>
span { border-color: #D524BD; }
span { border-color: rgb(213,36,189); }
td.TdClassName
{
border-color: #D524BD;
}
.TagClassName
{
border-color: #D524BD;
}
</style>