Shades of Deep Magenta #D524B6
Tints of Deep Magenta #D524B6
RGB
CMYK
RGB Variations
Color information
#D524B6 (or 0xD524B6) is known color: Deep Magenta. HEX triplet: D5, 24 and B6. RGB value is (213,36,182). Sum of RGB (Red+Green+Blue) = 213+36+182=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D524B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D524B6 is #2ADB49. Grayscale: #696969. Windows color (decimal): -2808650 or 11936981. OLE color: 11936981.
HSL color Cylindrical-coordinate representation of color #D524B6: hue angle of 310.51º 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 #D524B6 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 182 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.16 |
| HSL | 310.51º | 0.71% | 0.49% | - |
| HSV(B) | 310.51º | 0.83% | 0.84% | - |
| XYZ | 36.51 | 18.79 | 45.96 | - |
| YUV | 105.57 | 171.14 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 182 | 0 | 0.83 | 0.15 | 0.16 | 310.51 | 0.71 | 0.49 |
| Hex | D5 | 24 | B6 | 0 | 53 | F | 10 | 137 | 47 | 31 |
| Octal | 325 | 44 | 266 | 0 | 123 | 17 | 20 | 467 | 107 | 61 |
| Binary | 11010101 | 100100 | 10110110 | 0 | 1010011 | 1111 | 10000 | 100110111 | 1000111 | 110001 |
Color Harmonies of #D524B6
Complementary color
Monochromatic Colors of #D524B6
Black with #D524B6
Text Example
Text Example
White with #D524B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D524B6; }
p { color: rgb(213,36,182); }
H1.HeaderClassName
{
color: #D524B6;
}
.AnyTagClassName
{
color: #D524B6;
}
</style>
background-color css
<style>
a { background-color: #D524B6; }
a { background-color: rgb(213,36,182); }
div.DivClassName
{
background-color: #D524B6;
}
.BgClassName
{
background-color: #D524B6;
}
</style>
border-color css
<style>
span { border-color: #D524B6; }
span { border-color: rgb(213,36,182); }
td.TdClassName
{
border-color: #D524B6;
}
.TagClassName
{
border-color: #D524B6;
}
</style>