#D991DE

Color #D991DE Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D991DE

Tints of Plum #D991DE

Color information

#D991DE (or 0xD991DE) is unknown color: approx Plum. HEX triplet: D9, 91 and DE. RGB value is (217,145,222). Sum of RGB (Red+Green+Blue) = 217+145+222=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #D991DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991DE is #266E21. Grayscale: #AFAFAF. Windows color (decimal): -2518562 or 14586329. OLE color: 14586329.

HSL color Cylindrical-coordinate representation of color #D991DE: hue angle of 296.1º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D991DE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217145222-
CMYK0.020.3500.13
HSL296.1º53.85%71.96%-
HSV(B)296.1º34.68%87.06%-
XYZ51.9340.2874.14-
YUV175.31154.35157.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 145 (57.03% from 255) = 24.83%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=37.16%
G=24.83%
B=38.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171452220.020.3500.13296.153.8571.96
HexD991DE2230D1283648
Octal33122133624301545066110
Binary11011001100100011101111010100011011011001010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991DE; }

 p { color: rgb(217,145,222); }

 H1.HeaderClassName
 {
   color: #D991DE;
 }
 .AnyTagClassName
 {
   color: #D991DE;
 }
</style>
background-color css

<style>
 a { background-color: #D991DE; }

 a { background-color: rgb(217,145,222); }

 div.DivClassName
 {
   background-color: #D991DE;
 }
 .BgClassName
 {
   background-color: #D991DE;
 }
</style>
border-color css

<style>
 span { border-color: #D991DE; }

 span { border-color: rgb(217,145,222); }

 td.TdClassName
 {
   border-color: #D991DE;
 }
 .TagClassName
 {
   border-color: #D991DE;
 }
</style>