Shades of Plum #D990E0
Tints of Plum #D990E0
RGB
CMYK
RGB Variations
Color information
#D990E0 (or 0xD990E0) is known color: Plum. HEX triplet: D9, 90 and E0. RGB value is (217,144,224). Sum of RGB (Red+Green+Blue) = 217+144+224=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #D990E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990E0 is #266F1F. Grayscale: #AEAEAE. Windows color (decimal): -2518816 or 14717145. OLE color: 14717145.
HSL color Cylindrical-coordinate representation of color #D990E0: hue angle of 294.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D990E0 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 144 | 224 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.12 |
| HSL | 294.75º | 0.56% | 0.72% | - |
| HSV(B) | 294.75º | 0.36% | 0.88% | - |
| XYZ | 52.04 | 40.08 | 75.51 | - |
| YUV | 174.95 | 155.68 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 224 | 0.03 | 0.36 | 0 | 0.12 | 294.75 | 0.56 | 0.72 |
| Hex | D9 | 90 | E0 | 3 | 24 | 0 | C | 127 | 38 | 48 |
| Octal | 331 | 220 | 340 | 3 | 44 | 0 | 14 | 447 | 70 | 110 |
| Binary | 11011001 | 10010000 | 11100000 | 11 | 100100 | 0 | 1100 | 100100111 | 111000 | 1001000 |
Color Harmonies of #D990E0
Complementary color
Monochromatic Colors of #D990E0
Black with #D990E0
Text Example
Text Example
White with #D990E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D990E0; }
p { color: rgb(217,144,224); }
H1.HeaderClassName
{
color: #D990E0;
}
.AnyTagClassName
{
color: #D990E0;
}
</style>
background-color css
<style>
a { background-color: #D990E0; }
a { background-color: rgb(217,144,224); }
div.DivClassName
{
background-color: #D990E0;
}
.BgClassName
{
background-color: #D990E0;
}
</style>
border-color css
<style>
span { border-color: #D990E0; }
span { border-color: rgb(217,144,224); }
td.TdClassName
{
border-color: #D990E0;
}
.TagClassName
{
border-color: #D990E0;
}
</style>