Shades of Deep Magenta #D928E4
Tints of Deep Magenta #D928E4
RGB
CMYK
RGB Variations
Color information
#D928E4 (or 0xD928E4) is known color: Deep Magenta. HEX triplet: D9, 28 and E4. RGB value is (217,40,228). Sum of RGB (Red+Green+Blue) = 217+40+228=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #D928E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928E4 is #26D71B. Grayscale: #717171. Windows color (decimal): -2545436 or 14952665. OLE color: 14952665.
HSL color Cylindrical-coordinate representation of color #D928E4: hue angle of 296.49º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928E4 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 40 | 228 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.11 |
| HSL | 296.49º | 0.78% | 0.53% | - |
| HSV(B) | 296.49º | 0.82% | 0.89% | - |
| XYZ | 43.38 | 21.87 | 75.33 | - |
| YUV | 114.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 228 | 0.05 | 0.82 | 0 | 0.11 | 296.49 | 0.78 | 0.53 |
| Hex | D9 | 28 | E4 | 5 | 52 | 0 | B | 128 | 4E | 35 |
| Octal | 331 | 50 | 344 | 5 | 122 | 0 | 13 | 450 | 116 | 65 |
| Binary | 11011001 | 101000 | 11100100 | 101 | 1010010 | 0 | 1011 | 100101000 | 1001110 | 110101 |
Color Harmonies of #D928E4
Complementary color
Monochromatic Colors of #D928E4
Black with #D928E4
Text Example
Text Example
White with #D928E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928E4; }
p { color: rgb(217,40,228); }
H1.HeaderClassName
{
color: #D928E4;
}
.AnyTagClassName
{
color: #D928E4;
}
</style>
background-color css
<style>
a { background-color: #D928E4; }
a { background-color: rgb(217,40,228); }
div.DivClassName
{
background-color: #D928E4;
}
.BgClassName
{
background-color: #D928E4;
}
</style>
border-color css
<style>
span { border-color: #D928E4; }
span { border-color: rgb(217,40,228); }
td.TdClassName
{
border-color: #D928E4;
}
.TagClassName
{
border-color: #D928E4;
}
</style>