Shades of Deep Magenta #D923D5
Tints of Deep Magenta #D923D5
RGB
CMYK
RGB Variations
Color information
#D923D5 (or 0xD923D5) is known color: Deep Magenta. HEX triplet: D9, 23 and D5. RGB value is (217,35,213). Sum of RGB (Red+Green+Blue) = 217+35+213=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D923D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D923D5 is #26DC2A. Grayscale: #6D6D6D. Windows color (decimal): -2546731 or 13968345. OLE color: 13968345.
HSL color Cylindrical-coordinate representation of color #D923D5: hue angle of 301.32º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D923D5 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 213 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.15 |
| HSL | 301.32º | 0.72% | 0.49% | - |
| HSV(B) | 301.32º | 0.84% | 0.85% | - |
| XYZ | 41.23 | 20.76 | 64.78 | - |
| YUV | 109.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 213 | 0 | 0.84 | 0.02 | 0.15 | 301.32 | 0.72 | 0.49 |
| Hex | D9 | 23 | D5 | 0 | 54 | 2 | F | 12D | 48 | 31 |
| Octal | 331 | 43 | 325 | 0 | 124 | 2 | 17 | 455 | 110 | 61 |
| Binary | 11011001 | 100011 | 11010101 | 0 | 1010100 | 10 | 1111 | 100101101 | 1001000 | 110001 |
Color Harmonies of #D923D5
Complementary color
Monochromatic Colors of #D923D5
Black with #D923D5
Text Example
Text Example
White with #D923D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923D5; }
p { color: rgb(217,35,213); }
H1.HeaderClassName
{
color: #D923D5;
}
.AnyTagClassName
{
color: #D923D5;
}
</style>
background-color css
<style>
a { background-color: #D923D5; }
a { background-color: rgb(217,35,213); }
div.DivClassName
{
background-color: #D923D5;
}
.BgClassName
{
background-color: #D923D5;
}
</style>
border-color css
<style>
span { border-color: #D923D5; }
span { border-color: rgb(217,35,213); }
td.TdClassName
{
border-color: #D923D5;
}
.TagClassName
{
border-color: #D923D5;
}
</style>