#D991DF

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

Shades of Plum #D991DF

Tints of Plum #D991DF

Color information

#D991DF (or 0xD991DF) is unknown color: approx Plum. HEX triplet: D9, 91 and DF. RGB value is (217,145,223). Sum of RGB (Red+Green+Blue) = 217+145+223=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #D991DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991DF is #266E20. Grayscale: #AFAFAF. Windows color (decimal): -2518561 or 14651865. OLE color: 14651865.

HSL color Cylindrical-coordinate representation of color #D991DF: hue angle of 295.38º degrees, saturation: 0.55, 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 #D991DF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217145223-
CMYK0.030.3500.13
HSL295.38º54.93%72.16%-
HSV(B)295.38º34.98%87.45%-
XYZ52.0640.3374.85-
YUV175.42154.85157.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=37.09%
G=24.79%
B=38.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171452230.030.3500.13295.3854.9372.16
HexD991DF3230D1273748
Octal33122133734301544767110
Binary11011001100100011101111111100011011011001001111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D991DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D991DF; }

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

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

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

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

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

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

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

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