Shades of Deep Magenta #D908E4
Tints of Deep Magenta #D908E4
RGB
CMYK
RGB Variations
Color information
#D908E4 (or 0xD908E4) is known color: Deep Magenta. HEX triplet: D9, 08 and E4. RGB value is (217,8,228). Sum of RGB (Red+Green+Blue) = 217+8+228=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #D908E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908E4 is #26F71B. Grayscale: #5E5E5E. Windows color (decimal): -2553628 or 14944473. OLE color: 14944473.
HSL color Cylindrical-coordinate representation of color #D908E4: hue angle of 297º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D908E4 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 8 | 228 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.11 |
| HSL | 297º | 0.93% | 0.46% | - |
| HSV(B) | 297º | 0.96% | 0.89% | - |
| XYZ | 42.71 | 20.53 | 75.11 | - |
| YUV | 95.57 | 202.74 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 228 | 0.05 | 0.96 | 0 | 0.11 | 297 | 0.93 | 0.46 |
| Hex | D9 | 8 | E4 | 5 | 60 | 0 | B | 129 | 5D | 2E |
| Octal | 331 | 10 | 344 | 5 | 140 | 0 | 13 | 451 | 135 | 56 |
| Binary | 11011001 | 1000 | 11100100 | 101 | 1100000 | 0 | 1011 | 100101001 | 1011101 | 101110 |
Color Harmonies of #D908E4
Complementary color
Monochromatic Colors of #D908E4
Black with #D908E4
Text Example
Text Example
White with #D908E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908E4; }
p { color: rgb(217,8,228); }
H1.HeaderClassName
{
color: #D908E4;
}
.AnyTagClassName
{
color: #D908E4;
}
</style>
background-color css
<style>
a { background-color: #D908E4; }
a { background-color: rgb(217,8,228); }
div.DivClassName
{
background-color: #D908E4;
}
.BgClassName
{
background-color: #D908E4;
}
</style>
border-color css
<style>
span { border-color: #D908E4; }
span { border-color: rgb(217,8,228); }
td.TdClassName
{
border-color: #D908E4;
}
.TagClassName
{
border-color: #D908E4;
}
</style>