Shades of Deep Magenta #D725D9
Tints of Deep Magenta #D725D9
RGB
CMYK
RGB Variations
Color information
#D725D9 (or 0xD725D9) is known color: Deep Magenta. HEX triplet: D7, 25 and D9. RGB value is (215,37,217). Sum of RGB (Red+Green+Blue) = 215+37+217=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #D725D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725D9 is #28DA26. Grayscale: #6E6E6E. Windows color (decimal): -2677287 or 14230999. OLE color: 14230999.
HSL color Cylindrical-coordinate representation of color #D725D9: hue angle of 299.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D725D9 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 37 | 217 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.15 |
| HSL | 299.33º | 0.71% | 0.5% | - |
| HSV(B) | 299.33º | 0.83% | 0.85% | - |
| XYZ | 41.21 | 20.78 | 67.48 | - |
| YUV | 110.74 | 187.97 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 217 | 0.01 | 0.83 | 0 | 0.15 | 299.33 | 0.71 | 0.5 |
| Hex | D7 | 25 | D9 | 1 | 53 | 0 | F | 12B | 47 | 32 |
| Octal | 327 | 45 | 331 | 1 | 123 | 0 | 17 | 453 | 107 | 62 |
| Binary | 11010111 | 100101 | 11011001 | 1 | 1010011 | 0 | 1111 | 100101011 | 1000111 | 110010 |
Color Harmonies of #D725D9
Complementary color
Monochromatic Colors of #D725D9
Black with #D725D9
Text Example
Text Example
White with #D725D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725D9; }
p { color: rgb(215,37,217); }
H1.HeaderClassName
{
color: #D725D9;
}
.AnyTagClassName
{
color: #D725D9;
}
</style>
background-color css
<style>
a { background-color: #D725D9; }
a { background-color: rgb(215,37,217); }
div.DivClassName
{
background-color: #D725D9;
}
.BgClassName
{
background-color: #D725D9;
}
</style>
border-color css
<style>
span { border-color: #D725D9; }
span { border-color: rgb(215,37,217); }
td.TdClassName
{
border-color: #D725D9;
}
.TagClassName
{
border-color: #D725D9;
}
</style>