Shades of Deep Magenta #D923DF
Tints of Deep Magenta #D923DF
RGB
CMYK
RGB Variations
Color information
#D923DF (or 0xD923DF) is known color: Deep Magenta. HEX triplet: D9, 23 and DF. RGB value is (217,35,223). Sum of RGB (Red+Green+Blue) = 217+35+223=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 35 (14.06% from 255 or 7.37% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #D923DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D923DF is #26DC20. Grayscale: #6E6E6E. Windows color (decimal): -2546721 or 14623705. OLE color: 14623705.
HSL color Cylindrical-coordinate representation of color #D923DF: hue angle of 298.09º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D923DF is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 35 | 223 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.13 |
| HSL | 298.09º | 0.75% | 0.51% | - |
| HSV(B) | 298.09º | 0.84% | 0.87% | - |
| XYZ | 42.54 | 21.28 | 71.68 | - |
| YUV | 110.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 223 | 0.03 | 0.84 | 0 | 0.13 | 298.09 | 0.75 | 0.51 |
| Hex | D9 | 23 | DF | 3 | 54 | 0 | D | 12A | 4B | 33 |
| Octal | 331 | 43 | 337 | 3 | 124 | 0 | 15 | 452 | 113 | 63 |
| Binary | 11011001 | 100011 | 11011111 | 11 | 1010100 | 0 | 1101 | 100101010 | 1001011 | 110011 |
Color Harmonies of #D923DF
Complementary color
Monochromatic Colors of #D923DF
Black with #D923DF
Text Example
Text Example
White with #D923DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923DF; }
p { color: rgb(217,35,223); }
H1.HeaderClassName
{
color: #D923DF;
}
.AnyTagClassName
{
color: #D923DF;
}
</style>
background-color css
<style>
a { background-color: #D923DF; }
a { background-color: rgb(217,35,223); }
div.DivClassName
{
background-color: #D923DF;
}
.BgClassName
{
background-color: #D923DF;
}
</style>
border-color css
<style>
span { border-color: #D923DF; }
span { border-color: rgb(217,35,223); }
td.TdClassName
{
border-color: #D923DF;
}
.TagClassName
{
border-color: #D923DF;
}
</style>