Shades of Deep Magenta #D724D4
Tints of Deep Magenta #D724D4
RGB
CMYK
RGB Variations
Color information
#D724D4 (or 0xD724D4) is known color: Deep Magenta. HEX triplet: D7, 24 and D4. RGB value is (215,36,212). Sum of RGB (Red+Green+Blue) = 215+36+212=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D724D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D724D4 is #28DB2B. Grayscale: #6D6D6D. Windows color (decimal): -2677548 or 13903063. OLE color: 13903063.
HSL color Cylindrical-coordinate representation of color #D724D4: hue angle of 301.01º 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 #D724D4 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 212 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.16 |
| HSL | 301.01º | 0.71% | 0.49% | - |
| HSV(B) | 301.01º | 0.83% | 0.84% | - |
| XYZ | 40.54 | 20.46 | 64.1 | - |
| YUV | 109.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 212 | 0 | 0.83 | 0.01 | 0.16 | 301.01 | 0.71 | 0.49 |
| Hex | D7 | 24 | D4 | 0 | 53 | 1 | 10 | 12D | 47 | 31 |
| Octal | 327 | 44 | 324 | 0 | 123 | 1 | 20 | 455 | 107 | 61 |
| Binary | 11010111 | 100100 | 11010100 | 0 | 1010011 | 1 | 10000 | 100101101 | 1000111 | 110001 |
Color Harmonies of #D724D4
Complementary color
Monochromatic Colors of #D724D4
Black with #D724D4
Text Example
Text Example
White with #D724D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724D4; }
p { color: rgb(215,36,212); }
H1.HeaderClassName
{
color: #D724D4;
}
.AnyTagClassName
{
color: #D724D4;
}
</style>
background-color css
<style>
a { background-color: #D724D4; }
a { background-color: rgb(215,36,212); }
div.DivClassName
{
background-color: #D724D4;
}
.BgClassName
{
background-color: #D724D4;
}
</style>
border-color css
<style>
span { border-color: #D724D4; }
span { border-color: rgb(215,36,212); }
td.TdClassName
{
border-color: #D724D4;
}
.TagClassName
{
border-color: #D724D4;
}
</style>