Shades of Deep Magenta #D90ACE
Tints of Deep Magenta #D90ACE
RGB
CMYK
RGB Variations
Color information
#D90ACE (or 0xD90ACE) is known color: Deep Magenta. HEX triplet: D9, 0A and CE. RGB value is (217,10,206). Sum of RGB (Red+Green+Blue) = 217+10+206=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ACE is #26F531. Grayscale: #5D5D5D. Windows color (decimal): -2553138 or 13503193. OLE color: 13503193.
HSL color Cylindrical-coordinate representation of color #D90ACE: hue angle of 303.19º 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 #D90ACE is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 206 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.15 |
| HSL | 303.19º | 0.91% | 0.45% | - |
| HSV(B) | 303.19º | 0.95% | 0.85% | - |
| XYZ | 39.86 | 19.43 | 60.04 | - |
| YUV | 94.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 206 | 0 | 0.95 | 0.05 | 0.15 | 303.19 | 0.91 | 0.45 |
| Hex | D9 | A | CE | 0 | 5F | 5 | F | 12F | 5B | 2D |
| Octal | 331 | 12 | 316 | 0 | 137 | 5 | 17 | 457 | 133 | 55 |
| Binary | 11011001 | 1010 | 11001110 | 0 | 1011111 | 101 | 1111 | 100101111 | 1011011 | 101101 |
Color Harmonies of #D90ACE
Complementary color
Monochromatic Colors of #D90ACE
Black with #D90ACE
Text Example
Text Example
White with #D90ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90ACE; }
p { color: rgb(217,10,206); }
H1.HeaderClassName
{
color: #D90ACE;
}
.AnyTagClassName
{
color: #D90ACE;
}
</style>
background-color css
<style>
a { background-color: #D90ACE; }
a { background-color: rgb(217,10,206); }
div.DivClassName
{
background-color: #D90ACE;
}
.BgClassName
{
background-color: #D90ACE;
}
</style>
border-color css
<style>
span { border-color: #D90ACE; }
span { border-color: rgb(217,10,206); }
td.TdClassName
{
border-color: #D90ACE;
}
.TagClassName
{
border-color: #D90ACE;
}
</style>