Shades of Deep Magenta #D828E4
Tints of Deep Magenta #D828E4
RGB
CMYK
RGB Variations
Color information
#D828E4 (or 0xD828E4) is known color: Deep Magenta. HEX triplet: D8, 28 and E4. RGB value is (216,40,228). Sum of RGB (Red+Green+Blue) = 216+40+228=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #D828E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828E4 is #27D71B. Grayscale: #717171. Windows color (decimal): -2610972 or 14952664. OLE color: 14952664.
HSL color Cylindrical-coordinate representation of color #D828E4: hue angle of 296.17º 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 #D828E4 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 40 | 228 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.11 |
| HSL | 296.17º | 0.78% | 0.53% | - |
| HSV(B) | 296.17º | 0.82% | 0.89% | - |
| XYZ | 43.08 | 21.72 | 75.32 | - |
| YUV | 114.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 228 | 0.05 | 0.82 | 0 | 0.11 | 296.17 | 0.78 | 0.53 |
| Hex | D8 | 28 | E4 | 5 | 52 | 0 | B | 128 | 4E | 35 |
| Octal | 330 | 50 | 344 | 5 | 122 | 0 | 13 | 450 | 116 | 65 |
| Binary | 11011000 | 101000 | 11100100 | 101 | 1010010 | 0 | 1011 | 100101000 | 1001110 | 110101 |
Color Harmonies of #D828E4
Complementary color
Monochromatic Colors of #D828E4
Black with #D828E4
Text Example
Text Example
White with #D828E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828E4; }
p { color: rgb(216,40,228); }
H1.HeaderClassName
{
color: #D828E4;
}
.AnyTagClassName
{
color: #D828E4;
}
</style>
background-color css
<style>
a { background-color: #D828E4; }
a { background-color: rgb(216,40,228); }
div.DivClassName
{
background-color: #D828E4;
}
.BgClassName
{
background-color: #D828E4;
}
</style>
border-color css
<style>
span { border-color: #D828E4; }
span { border-color: rgb(216,40,228); }
td.TdClassName
{
border-color: #D828E4;
}
.TagClassName
{
border-color: #D828E4;
}
</style>