Shades of Deep Magenta #D923C0
Tints of Deep Magenta #D923C0
RGB
CMYK
RGB Variations
Color information
#D923C0 (or 0xD923C0) is known color: Deep Magenta. HEX triplet: D9, 23 and C0. RGB value is (217,35,192). Sum of RGB (Red+Green+Blue) = 217+35+192=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D923C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D923C0 is #26DC3F. Grayscale: #6A6A6A. Windows color (decimal): -2546752 or 12592089. OLE color: 12592089.
HSL color Cylindrical-coordinate representation of color #D923C0: hue angle of 308.24º 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 #D923C0 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 192 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.15 |
| HSL | 308.24º | 0.72% | 0.49% | - |
| HSV(B) | 308.24º | 0.84% | 0.85% | - |
| XYZ | 38.73 | 19.76 | 51.64 | - |
| YUV | 107.32 | 175.8 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 192 | 0 | 0.84 | 0.12 | 0.15 | 308.24 | 0.72 | 0.49 |
| Hex | D9 | 23 | C0 | 0 | 54 | C | F | 134 | 48 | 31 |
| Octal | 331 | 43 | 300 | 0 | 124 | 14 | 17 | 464 | 110 | 61 |
| Binary | 11011001 | 100011 | 11000000 | 0 | 1010100 | 1100 | 1111 | 100110100 | 1001000 | 110001 |
Color Harmonies of #D923C0
Complementary color
Monochromatic Colors of #D923C0
Black with #D923C0
Text Example
Text Example
White with #D923C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923C0; }
p { color: rgb(217,35,192); }
H1.HeaderClassName
{
color: #D923C0;
}
.AnyTagClassName
{
color: #D923C0;
}
</style>
background-color css
<style>
a { background-color: #D923C0; }
a { background-color: rgb(217,35,192); }
div.DivClassName
{
background-color: #D923C0;
}
.BgClassName
{
background-color: #D923C0;
}
</style>
border-color css
<style>
span { border-color: #D923C0; }
span { border-color: rgb(217,35,192); }
td.TdClassName
{
border-color: #D923C0;
}
.TagClassName
{
border-color: #D923C0;
}
</style>