Shades of Deep Magenta #D725D0
Tints of Deep Magenta #D725D0
RGB
CMYK
RGB Variations
Color information
#D725D0 (or 0xD725D0) is known color: Deep Magenta. HEX triplet: D7, 25 and D0. RGB value is (215,37,208). Sum of RGB (Red+Green+Blue) = 215+37+208=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D725D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725D0 is #28DA2F. Grayscale: #6D6D6D. Windows color (decimal): -2677296 or 13641175. OLE color: 13641175.
HSL color Cylindrical-coordinate representation of color #D725D0: hue angle of 302.36º 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 #D725D0 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 208 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.16 |
| HSL | 302.36º | 0.71% | 0.49% | - |
| HSV(B) | 302.36º | 0.83% | 0.84% | - |
| XYZ | 40.07 | 20.32 | 61.49 | - |
| YUV | 109.72 | 183.47 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 208 | 0 | 0.83 | 0.03 | 0.16 | 302.36 | 0.71 | 0.49 |
| Hex | D7 | 25 | D0 | 0 | 53 | 3 | 10 | 12E | 47 | 31 |
| Octal | 327 | 45 | 320 | 0 | 123 | 3 | 20 | 456 | 107 | 61 |
| Binary | 11010111 | 100101 | 11010000 | 0 | 1010011 | 11 | 10000 | 100101110 | 1000111 | 110001 |
Color Harmonies of #D725D0
Complementary color
Monochromatic Colors of #D725D0
Black with #D725D0
Text Example
Text Example
White with #D725D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725D0; }
p { color: rgb(215,37,208); }
H1.HeaderClassName
{
color: #D725D0;
}
.AnyTagClassName
{
color: #D725D0;
}
</style>
background-color css
<style>
a { background-color: #D725D0; }
a { background-color: rgb(215,37,208); }
div.DivClassName
{
background-color: #D725D0;
}
.BgClassName
{
background-color: #D725D0;
}
</style>
border-color css
<style>
span { border-color: #D725D0; }
span { border-color: rgb(215,37,208); }
td.TdClassName
{
border-color: #D725D0;
}
.TagClassName
{
border-color: #D725D0;
}
</style>