Shades of Deep Magenta #D90AD4
Tints of Deep Magenta #D90AD4
RGB
CMYK
RGB Variations
Color information
#D90AD4 (or 0xD90AD4) is known color: Deep Magenta. HEX triplet: D9, 0A and D4. RGB value is (217,10,212). Sum of RGB (Red+Green+Blue) = 217+10+212=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D90AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90AD4 is #26F52B. Grayscale: #5E5E5E. Windows color (decimal): -2553132 or 13896409. OLE color: 13896409.
HSL color Cylindrical-coordinate representation of color #D90AD4: hue angle of 301.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90AD4 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 212 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.15 |
| HSL | 301.45º | 0.91% | 0.45% | - |
| HSV(B) | 301.45º | 0.95% | 0.85% | - |
| XYZ | 40.61 | 19.72 | 63.95 | - |
| YUV | 94.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 212 | 0 | 0.95 | 0.02 | 0.15 | 301.45 | 0.91 | 0.45 |
| Hex | D9 | A | D4 | 0 | 5F | 2 | F | 12D | 5B | 2D |
| Octal | 331 | 12 | 324 | 0 | 137 | 2 | 17 | 455 | 133 | 55 |
| Binary | 11011001 | 1010 | 11010100 | 0 | 1011111 | 10 | 1111 | 100101101 | 1011011 | 101101 |
Color Harmonies of #D90AD4
Complementary color
Monochromatic Colors of #D90AD4
Black with #D90AD4
Text Example
Text Example
White with #D90AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90AD4; }
p { color: rgb(217,10,212); }
H1.HeaderClassName
{
color: #D90AD4;
}
.AnyTagClassName
{
color: #D90AD4;
}
</style>
background-color css
<style>
a { background-color: #D90AD4; }
a { background-color: rgb(217,10,212); }
div.DivClassName
{
background-color: #D90AD4;
}
.BgClassName
{
background-color: #D90AD4;
}
</style>
border-color css
<style>
span { border-color: #D90AD4; }
span { border-color: rgb(217,10,212); }
td.TdClassName
{
border-color: #D90AD4;
}
.TagClassName
{
border-color: #D90AD4;
}
</style>