Shades of Deep Magenta #D723C5
Tints of Deep Magenta #D723C5
RGB
CMYK
RGB Variations
Color information
#D723C5 (or 0xD723C5) is known color: Deep Magenta. HEX triplet: D7, 23 and C5. RGB value is (215,35,197). Sum of RGB (Red+Green+Blue) = 215+35+197=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D723C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D723C5 is #28DC3A. Grayscale: #6A6A6A. Windows color (decimal): -2677819 or 12919767. OLE color: 12919767.
HSL color Cylindrical-coordinate representation of color #D723C5: hue angle of 306º 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 #D723C5 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 197 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.16 |
| HSL | 306º | 0.72% | 0.49% | - |
| HSV(B) | 306º | 0.84% | 0.84% | - |
| XYZ | 38.7 | 19.68 | 54.58 | - |
| YUV | 107.29 | 178.63 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 197 | 0 | 0.84 | 0.08 | 0.16 | 306 | 0.72 | 0.49 |
| Hex | D7 | 23 | C5 | 0 | 54 | 8 | 10 | 132 | 48 | 31 |
| Octal | 327 | 43 | 305 | 0 | 124 | 10 | 20 | 462 | 110 | 61 |
| Binary | 11010111 | 100011 | 11000101 | 0 | 1010100 | 1000 | 10000 | 100110010 | 1001000 | 110001 |
Color Harmonies of #D723C5
Complementary color
Monochromatic Colors of #D723C5
Black with #D723C5
Text Example
Text Example
White with #D723C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D723C5; }
p { color: rgb(215,35,197); }
H1.HeaderClassName
{
color: #D723C5;
}
.AnyTagClassName
{
color: #D723C5;
}
</style>
background-color css
<style>
a { background-color: #D723C5; }
a { background-color: rgb(215,35,197); }
div.DivClassName
{
background-color: #D723C5;
}
.BgClassName
{
background-color: #D723C5;
}
</style>
border-color css
<style>
span { border-color: #D723C5; }
span { border-color: rgb(215,35,197); }
td.TdClassName
{
border-color: #D723C5;
}
.TagClassName
{
border-color: #D723C5;
}
</style>