Shades of Deep Magenta #D90ADC
Tints of Deep Magenta #D90ADC
RGB
CMYK
RGB Variations
Color information
#D90ADC (or 0xD90ADC) is known color: Deep Magenta. HEX triplet: D9, 0A and DC. RGB value is (217,10,220). Sum of RGB (Red+Green+Blue) = 217+10+220=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #D90ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ADC is #26F523. Grayscale: #5F5F5F. Windows color (decimal): -2553124 or 14420697. OLE color: 14420697.
HSL color Cylindrical-coordinate representation of color #D90ADC: hue angle of 299.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90ADC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 10 | 220 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.14 |
| HSL | 299.14º | 0.91% | 0.45% | - |
| HSV(B) | 299.14º | 0.95% | 0.86% | - |
| XYZ | 41.64 | 20.14 | 69.4 | - |
| YUV | 95.83 | 198.08 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 220 | 0.01 | 0.95 | 0 | 0.14 | 299.14 | 0.91 | 0.45 |
| Hex | D9 | A | DC | 1 | 5F | 0 | E | 12B | 5B | 2D |
| Octal | 331 | 12 | 334 | 1 | 137 | 0 | 16 | 453 | 133 | 55 |
| Binary | 11011001 | 1010 | 11011100 | 1 | 1011111 | 0 | 1110 | 100101011 | 1011011 | 101101 |
Color Harmonies of #D90ADC
Complementary color
Monochromatic Colors of #D90ADC
Black with #D90ADC
Text Example
Text Example
White with #D90ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90ADC; }
p { color: rgb(217,10,220); }
H1.HeaderClassName
{
color: #D90ADC;
}
.AnyTagClassName
{
color: #D90ADC;
}
</style>
background-color css
<style>
a { background-color: #D90ADC; }
a { background-color: rgb(217,10,220); }
div.DivClassName
{
background-color: #D90ADC;
}
.BgClassName
{
background-color: #D90ADC;
}
</style>
border-color css
<style>
span { border-color: #D90ADC; }
span { border-color: rgb(217,10,220); }
td.TdClassName
{
border-color: #D90ADC;
}
.TagClassName
{
border-color: #D90ADC;
}
</style>