Shades of Deep Magenta #D524BF
Tints of Deep Magenta #D524BF
RGB
CMYK
RGB Variations
Color information
#D524BF (or 0xD524BF) is known color: Deep Magenta. HEX triplet: D5, 24 and BF. RGB value is (213,36,191). Sum of RGB (Red+Green+Blue) = 213+36+191=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 36 (14.45% from 255 or 8.18% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D524BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524BF is #2ADB40. Grayscale: #6A6A6A. Windows color (decimal): -2808641 or 12526805. OLE color: 12526805.
HSL color Cylindrical-coordinate representation of color #D524BF: hue angle of 307.46º 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 #D524BF is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 191 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.16 |
| HSL | 307.46º | 0.71% | 0.49% | - |
| HSV(B) | 307.46º | 0.83% | 0.84% | - |
| XYZ | 37.48 | 19.17 | 51.02 | - |
| YUV | 106.59 | 175.64 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 191 | 0 | 0.83 | 0.10 | 0.16 | 307.46 | 0.71 | 0.49 |
| Hex | D5 | 24 | BF | 0 | 53 | A | 10 | 133 | 47 | 31 |
| Octal | 325 | 44 | 277 | 0 | 123 | 12 | 20 | 463 | 107 | 61 |
| Binary | 11010101 | 100100 | 10111111 | 0 | 1010011 | 1010 | 10000 | 100110011 | 1000111 | 110001 |
Color Harmonies of #D524BF
Complementary color
Monochromatic Colors of #D524BF
Black with #D524BF
Text Example
Text Example
White with #D524BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524BF; }
p { color: rgb(213,36,191); }
H1.HeaderClassName
{
color: #D524BF;
}
.AnyTagClassName
{
color: #D524BF;
}
</style>
background-color css
<style>
a { background-color: #D524BF; }
a { background-color: rgb(213,36,191); }
div.DivClassName
{
background-color: #D524BF;
}
.BgClassName
{
background-color: #D524BF;
}
</style>
border-color css
<style>
span { border-color: #D524BF; }
span { border-color: rgb(213,36,191); }
td.TdClassName
{
border-color: #D524BF;
}
.TagClassName
{
border-color: #D524BF;
}
</style>