Shades of Deep Magenta #D724D5
Tints of Deep Magenta #D724D5
RGB
CMYK
RGB Variations
Color information
#D724D5 (or 0xD724D5) is known color: Deep Magenta. HEX triplet: D7, 24 and D5. RGB value is (215,36,213). Sum of RGB (Red+Green+Blue) = 215+36+213=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D724D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724D5 is #28DB2A. Grayscale: #6D6D6D. Windows color (decimal): -2677547 or 13968599. OLE color: 13968599.
HSL color Cylindrical-coordinate representation of color #D724D5: hue angle of 300.67º 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 #D724D5 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 213 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.16 |
| HSL | 300.67º | 0.71% | 0.49% | - |
| HSV(B) | 300.67º | 0.83% | 0.84% | - |
| XYZ | 40.67 | 20.51 | 64.77 | - |
| YUV | 109.7 | 186.3 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 213 | 0 | 0.83 | 0.01 | 0.16 | 300.67 | 0.71 | 0.49 |
| Hex | D7 | 24 | D5 | 0 | 53 | 1 | 10 | 12D | 47 | 31 |
| Octal | 327 | 44 | 325 | 0 | 123 | 1 | 20 | 455 | 107 | 61 |
| Binary | 11010111 | 100100 | 11010101 | 0 | 1010011 | 1 | 10000 | 100101101 | 1000111 | 110001 |
Color Harmonies of #D724D5
Complementary color
Monochromatic Colors of #D724D5
Black with #D724D5
Text Example
Text Example
White with #D724D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724D5; }
p { color: rgb(215,36,213); }
H1.HeaderClassName
{
color: #D724D5;
}
.AnyTagClassName
{
color: #D724D5;
}
</style>
background-color css
<style>
a { background-color: #D724D5; }
a { background-color: rgb(215,36,213); }
div.DivClassName
{
background-color: #D724D5;
}
.BgClassName
{
background-color: #D724D5;
}
</style>
border-color css
<style>
span { border-color: #D724D5; }
span { border-color: rgb(215,36,213); }
td.TdClassName
{
border-color: #D724D5;
}
.TagClassName
{
border-color: #D724D5;
}
</style>