Shades of Deep Magenta #D900E4
Tints of Deep Magenta #D900E4
RGB
CMYK
RGB Variations
Color information
#D900E4 (or 0xD900E4) is known color: Deep Magenta. HEX triplet: D9, 00 and E4. RGB value is (217,0,228). Sum of RGB (Red+Green+Blue) = 217+0+228=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 228 (89.45% from 255 or 51.24% from 445); Max value from RGB is 228 - color contains mainly: blue. Hex color #D900E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900E4 is #26FF1B. Grayscale: #5A5A5A. Windows color (decimal): -2555676 or 14942425. OLE color: 14942425.
HSL color Cylindrical-coordinate representation of color #D900E4: hue angle of 297.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900E4 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 0 | 228 | - |
| CMYK | 0.05 | 1 | 0 | 0.11 |
| HSL | 297.11º | 1% | 0.45% | - |
| HSV(B) | 297.11º | 1% | 0.89% | - |
| XYZ | 42.62 | 20.35 | 75.08 | - |
| YUV | 90.88 | 205.39 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 228 | 0.05 | 1 | 0 | 0.11 | 297.11 | 1 | 0.45 |
| Hex | D9 | 0 | E4 | 5 | 64 | 0 | B | 129 | 64 | 2D |
| Octal | 331 | 0 | 344 | 5 | 144 | 0 | 13 | 451 | 144 | 55 |
| Binary | 11011001 | 0 | 11100100 | 101 | 1100100 | 0 | 1011 | 100101001 | 1100100 | 101101 |
Color Harmonies of #D900E4
Complementary color
Monochromatic Colors of #D900E4
Black with #D900E4
Text Example
Text Example
White with #D900E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900E4; }
p { color: rgb(217,0,228); }
H1.HeaderClassName
{
color: #D900E4;
}
.AnyTagClassName
{
color: #D900E4;
}
</style>
background-color css
<style>
a { background-color: #D900E4; }
a { background-color: rgb(217,0,228); }
div.DivClassName
{
background-color: #D900E4;
}
.BgClassName
{
background-color: #D900E4;
}
</style>
border-color css
<style>
span { border-color: #D900E4; }
span { border-color: rgb(217,0,228); }
td.TdClassName
{
border-color: #D900E4;
}
.TagClassName
{
border-color: #D900E4;
}
</style>