Shades of Deep Magenta #D90AE2
Tints of Deep Magenta #D90AE2
RGB
CMYK
RGB Variations
Color information
#D90AE2 (or 0xD90AE2) is known color: Deep Magenta. HEX triplet: D9, 0A and E2. RGB value is (217,10,226). Sum of RGB (Red+Green+Blue) = 217+10+226=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #D90AE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90AE2 is #26F51D. Grayscale: #5F5F5F. Windows color (decimal): -2553118 or 14813913. OLE color: 14813913.
HSL color Cylindrical-coordinate representation of color #D90AE2: hue angle of 297.5º degrees, saturation: 0.92, 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 #D90AE2 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 10 | 226 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.11 |
| HSL | 297.5º | 0.92% | 0.46% | - |
| HSV(B) | 297.5º | 0.96% | 0.89% | - |
| XYZ | 42.45 | 20.46 | 73.66 | - |
| YUV | 96.52 | 201.08 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 226 | 0.04 | 0.96 | 0 | 0.11 | 297.5 | 0.92 | 0.46 |
| Hex | D9 | A | E2 | 4 | 60 | 0 | B | 12A | 5C | 2E |
| Octal | 331 | 12 | 342 | 4 | 140 | 0 | 13 | 452 | 134 | 56 |
| Binary | 11011001 | 1010 | 11100010 | 100 | 1100000 | 0 | 1011 | 100101010 | 1011100 | 101110 |
Color Harmonies of #D90AE2
Complementary color
Monochromatic Colors of #D90AE2
Black with #D90AE2
Text Example
Text Example
White with #D90AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AE2; }
p { color: rgb(217,10,226); }
H1.HeaderClassName
{
color: #D90AE2;
}
.AnyTagClassName
{
color: #D90AE2;
}
</style>
background-color css
<style>
a { background-color: #D90AE2; }
a { background-color: rgb(217,10,226); }
div.DivClassName
{
background-color: #D90AE2;
}
.BgClassName
{
background-color: #D90AE2;
}
</style>
border-color css
<style>
span { border-color: #D90AE2; }
span { border-color: rgb(217,10,226); }
td.TdClassName
{
border-color: #D90AE2;
}
.TagClassName
{
border-color: #D90AE2;
}
</style>