Shades of Deep Magenta #D723D0
Tints of Deep Magenta #D723D0
RGB
CMYK
RGB Variations
Color information
#D723D0 (or 0xD723D0) is known color: Deep Magenta. HEX triplet: D7, 23 and D0. RGB value is (215,35,208). Sum of RGB (Red+Green+Blue) = 215+35+208=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D723D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D723D0 is #28DC2F. Grayscale: #6C6C6C. Windows color (decimal): -2677808 or 13640663. OLE color: 13640663.
HSL color Cylindrical-coordinate representation of color #D723D0: hue angle of 302.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D723D0 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 208 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.16 |
| HSL | 302.33º | 0.72% | 0.49% | - |
| HSV(B) | 302.33º | 0.84% | 0.84% | - |
| XYZ | 40.01 | 20.2 | 61.47 | - |
| YUV | 108.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 208 | 0 | 0.84 | 0.03 | 0.16 | 302.33 | 0.72 | 0.49 |
| Hex | D7 | 23 | D0 | 0 | 54 | 3 | 10 | 12E | 48 | 31 |
| Octal | 327 | 43 | 320 | 0 | 124 | 3 | 20 | 456 | 110 | 61 |
| Binary | 11010111 | 100011 | 11010000 | 0 | 1010100 | 11 | 10000 | 100101110 | 1001000 | 110001 |
Color Harmonies of #D723D0
Complementary color
Monochromatic Colors of #D723D0
Black with #D723D0
Text Example
Text Example
White with #D723D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D723D0; }
p { color: rgb(215,35,208); }
H1.HeaderClassName
{
color: #D723D0;
}
.AnyTagClassName
{
color: #D723D0;
}
</style>
background-color css
<style>
a { background-color: #D723D0; }
a { background-color: rgb(215,35,208); }
div.DivClassName
{
background-color: #D723D0;
}
.BgClassName
{
background-color: #D723D0;
}
</style>
border-color css
<style>
span { border-color: #D723D0; }
span { border-color: rgb(215,35,208); }
td.TdClassName
{
border-color: #D723D0;
}
.TagClassName
{
border-color: #D723D0;
}
</style>