Shades of Deep Magenta #D923CE
Tints of Deep Magenta #D923CE
RGB
CMYK
RGB Variations
Color information
#D923CE (or 0xD923CE) is known color: Deep Magenta. HEX triplet: D9, 23 and CE. RGB value is (217,35,206). Sum of RGB (Red+Green+Blue) = 217+35+206=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D923CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D923CE is #26DC31. Grayscale: #6C6C6C. Windows color (decimal): -2546738 or 13509593. OLE color: 13509593.
HSL color Cylindrical-coordinate representation of color #D923CE: hue angle of 303.63º 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 #D923CE is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 206 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.15 |
| HSL | 303.63º | 0.72% | 0.49% | - |
| HSV(B) | 303.63º | 0.84% | 0.85% | - |
| XYZ | 40.36 | 20.41 | 60.21 | - |
| YUV | 108.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 206 | 0 | 0.84 | 0.05 | 0.15 | 303.63 | 0.72 | 0.49 |
| Hex | D9 | 23 | CE | 0 | 54 | 5 | F | 130 | 48 | 31 |
| Octal | 331 | 43 | 316 | 0 | 124 | 5 | 17 | 460 | 110 | 61 |
| Binary | 11011001 | 100011 | 11001110 | 0 | 1010100 | 101 | 1111 | 100110000 | 1001000 | 110001 |
Color Harmonies of #D923CE
Complementary color
Monochromatic Colors of #D923CE
Black with #D923CE
Text Example
Text Example
White with #D923CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923CE; }
p { color: rgb(217,35,206); }
H1.HeaderClassName
{
color: #D923CE;
}
.AnyTagClassName
{
color: #D923CE;
}
</style>
background-color css
<style>
a { background-color: #D923CE; }
a { background-color: rgb(217,35,206); }
div.DivClassName
{
background-color: #D923CE;
}
.BgClassName
{
background-color: #D923CE;
}
</style>
border-color css
<style>
span { border-color: #D923CE; }
span { border-color: rgb(217,35,206); }
td.TdClassName
{
border-color: #D923CE;
}
.TagClassName
{
border-color: #D923CE;
}
</style>