Shades of Plum #D990EC
Tints of Plum #D990EC
RGB
CMYK
RGB Variations
Color information
#D990EC (or 0xD990EC) is known color: Plum. HEX triplet: D9, 90 and EC. RGB value is (217,144,236). Sum of RGB (Red+Green+Blue) = 217+144+236=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #D990EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990EC is #266F13. Grayscale: #B0B0B0. Windows color (decimal): -2518804 or 15503577. OLE color: 15503577.
HSL color Cylindrical-coordinate representation of color #D990EC: hue angle of 287.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D990EC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 144 | 236 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.07 |
| HSL | 287.61º | 0.71% | 0.75% | - |
| HSV(B) | 287.61º | 0.39% | 0.93% | - |
| XYZ | 53.73 | 40.75 | 84.39 | - |
| YUV | 176.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 236 | 0.08 | 0.39 | 0 | 0.07 | 287.61 | 0.71 | 0.75 |
| Hex | D9 | 90 | EC | 8 | 27 | 0 | 7 | 120 | 47 | 4B |
| Octal | 331 | 220 | 354 | 10 | 47 | 0 | 7 | 440 | 107 | 113 |
| Binary | 11011001 | 10010000 | 11101100 | 1000 | 100111 | 0 | 111 | 100100000 | 1000111 | 1001011 |
Color Harmonies of #D990EC
Complementary color
Monochromatic Colors of #D990EC
Black with #D990EC
Text Example
Text Example
White with #D990EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D990EC; }
p { color: rgb(217,144,236); }
H1.HeaderClassName
{
color: #D990EC;
}
.AnyTagClassName
{
color: #D990EC;
}
</style>
background-color css
<style>
a { background-color: #D990EC; }
a { background-color: rgb(217,144,236); }
div.DivClassName
{
background-color: #D990EC;
}
.BgClassName
{
background-color: #D990EC;
}
</style>
border-color css
<style>
span { border-color: #D990EC; }
span { border-color: rgb(217,144,236); }
td.TdClassName
{
border-color: #D990EC;
}
.TagClassName
{
border-color: #D990EC;
}
</style>