Shades of Deep Magenta #D922C5
Tints of Deep Magenta #D922C5
RGB
CMYK
RGB Variations
Color information
#D922C5 (or 0xD922C5) is known color: Deep Magenta. HEX triplet: D9, 22 and C5. RGB value is (217,34,197). Sum of RGB (Red+Green+Blue) = 217+34+197=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D922C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D922C5 is #26DD3A. Grayscale: #6A6A6A. Windows color (decimal): -2547003 or 12919513. OLE color: 12919513.
HSL color Cylindrical-coordinate representation of color #D922C5: hue angle of 306.56º 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 #D922C5 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 34 | 197 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.15 |
| HSL | 306.56º | 0.73% | 0.49% | - |
| HSV(B) | 306.56º | 0.84% | 0.85% | - |
| XYZ | 39.27 | 19.93 | 54.6 | - |
| YUV | 107.3 | 178.63 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 34 | 197 | 0 | 0.84 | 0.09 | 0.15 | 306.56 | 0.73 | 0.49 |
| Hex | D9 | 22 | C5 | 0 | 54 | 9 | F | 133 | 49 | 31 |
| Octal | 331 | 42 | 305 | 0 | 124 | 11 | 17 | 463 | 111 | 61 |
| Binary | 11011001 | 100010 | 11000101 | 0 | 1010100 | 1001 | 1111 | 100110011 | 1001001 | 110001 |
Color Harmonies of #D922C5
Complementary color
Monochromatic Colors of #D922C5
Black with #D922C5
Text Example
Text Example
White with #D922C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D922C5; }
p { color: rgb(217,34,197); }
H1.HeaderClassName
{
color: #D922C5;
}
.AnyTagClassName
{
color: #D922C5;
}
</style>
background-color css
<style>
a { background-color: #D922C5; }
a { background-color: rgb(217,34,197); }
div.DivClassName
{
background-color: #D922C5;
}
.BgClassName
{
background-color: #D922C5;
}
</style>
border-color css
<style>
span { border-color: #D922C5; }
span { border-color: rgb(217,34,197); }
td.TdClassName
{
border-color: #D922C5;
}
.TagClassName
{
border-color: #D922C5;
}
</style>