Shades of Deep Magenta #D922D7
Tints of Deep Magenta #D922D7
RGB
CMYK
RGB Variations
Color information
#D922D7 (or 0xD922D7) is known color: Deep Magenta. HEX triplet: D9, 22 and D7. RGB value is (217,34,215). Sum of RGB (Red+Green+Blue) = 217+34+215=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 34 (13.67% from 255 or 7.30% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D922D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D922D7 is #26DD28. Grayscale: #6C6C6C. Windows color (decimal): -2546985 or 14099161. OLE color: 14099161.
HSL color Cylindrical-coordinate representation of color #D922D7: hue angle of 300.66º degrees, saturation: 0.73, 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 #D922D7 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 215 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.15 |
| HSL | 300.66º | 0.73% | 0.49% | - |
| HSV(B) | 300.66º | 0.84% | 0.85% | - |
| XYZ | 41.45 | 20.8 | 66.12 | - |
| YUV | 109.35 | 187.63 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 215 | 0 | 0.84 | 0.01 | 0.15 | 300.66 | 0.73 | 0.49 |
| Hex | D9 | 22 | D7 | 0 | 54 | 1 | F | 12D | 49 | 31 |
| Octal | 331 | 42 | 327 | 0 | 124 | 1 | 17 | 455 | 111 | 61 |
| Binary | 11011001 | 100010 | 11010111 | 0 | 1010100 | 1 | 1111 | 100101101 | 1001001 | 110001 |
Color Harmonies of #D922D7
Complementary color
Monochromatic Colors of #D922D7
Black with #D922D7
Text Example
Text Example
White with #D922D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D922D7; }
p { color: rgb(217,34,215); }
H1.HeaderClassName
{
color: #D922D7;
}
.AnyTagClassName
{
color: #D922D7;
}
</style>
background-color css
<style>
a { background-color: #D922D7; }
a { background-color: rgb(217,34,215); }
div.DivClassName
{
background-color: #D922D7;
}
.BgClassName
{
background-color: #D922D7;
}
</style>
border-color css
<style>
span { border-color: #D922D7; }
span { border-color: rgb(217,34,215); }
td.TdClassName
{
border-color: #D922D7;
}
.TagClassName
{
border-color: #D922D7;
}
</style>