Shades of Deep Magenta #D928D7
Tints of Deep Magenta #D928D7
RGB
CMYK
RGB Variations
Color information
#D928D7 (or 0xD928D7) is known color: Deep Magenta. HEX triplet: D9, 28 and D7. RGB value is (217,40,215). Sum of RGB (Red+Green+Blue) = 217+40+215=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D928D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928D7 is #26D728. Grayscale: #707070. Windows color (decimal): -2545449 or 14100697. OLE color: 14100697.
HSL color Cylindrical-coordinate representation of color #D928D7: hue angle of 300.68º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928D7 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 215 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.15 |
| HSL | 300.68º | 0.7% | 0.5% | - |
| HSV(B) | 300.68º | 0.82% | 0.85% | - |
| XYZ | 41.64 | 21.18 | 66.18 | - |
| YUV | 112.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 215 | 0 | 0.82 | 0.01 | 0.15 | 300.68 | 0.7 | 0.5 |
| Hex | D9 | 28 | D7 | 0 | 52 | 1 | F | 12D | 46 | 32 |
| Octal | 331 | 50 | 327 | 0 | 122 | 1 | 17 | 455 | 106 | 62 |
| Binary | 11011001 | 101000 | 11010111 | 0 | 1010010 | 1 | 1111 | 100101101 | 1000110 | 110010 |
Color Harmonies of #D928D7
Complementary color
Monochromatic Colors of #D928D7
Black with #D928D7
Text Example
Text Example
White with #D928D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928D7; }
p { color: rgb(217,40,215); }
H1.HeaderClassName
{
color: #D928D7;
}
.AnyTagClassName
{
color: #D928D7;
}
</style>
background-color css
<style>
a { background-color: #D928D7; }
a { background-color: rgb(217,40,215); }
div.DivClassName
{
background-color: #D928D7;
}
.BgClassName
{
background-color: #D928D7;
}
</style>
border-color css
<style>
span { border-color: #D928D7; }
span { border-color: rgb(217,40,215); }
td.TdClassName
{
border-color: #D928D7;
}
.TagClassName
{
border-color: #D928D7;
}
</style>