#D991D2

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

Shades of Plum #D991D2

Tints of Plum #D991D2

Color information

#D991D2 (or 0xD991D2) is unknown color: approx Plum. HEX triplet: D9, 91 and D2. RGB value is (217,145,210). Sum of RGB (Red+Green+Blue) = 217+145+210=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D991D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991D2 is #266E2D. Grayscale: #ADADAD. Windows color (decimal): -2518574 or 13799897. OLE color: 13799897.

HSL color Cylindrical-coordinate representation of color #D991D2: hue angle of 305.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991D2 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB217145210-
CMYK00.330.030.15
HSL305.83º48.65%70.98%-
HSV(B)305.83º33.18%85.1%-
XYZ50.3739.6665.97-
YUV173.94148.35158.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=37.94%
G=25.35%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714521000.330.030.15305.8348.6570.98
HexD991D20213F1323147
Octal33122132204131746261107
Binary11011001100100011101001001000011111111001100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991D2; }

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

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

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

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

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

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

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

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