#D989DA

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

Shades of Plum #D989DA

Tints of Plum #D989DA

Color information

#D989DA (or 0xD989DA) is unknown color: approx Plum. HEX triplet: D9, 89 and DA. RGB value is (217,137,218). Sum of RGB (Red+Green+Blue) = 217+137+218=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D989DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989DA is #267625. Grayscale: #A9A9A9. Windows color (decimal): -2520614 or 14322137. OLE color: 14322137.

HSL color Cylindrical-coordinate representation of color #D989DA: hue angle of 299.26º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989DA is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB217137218-
CMYK0.000.3700.15
HSL299.26º52.26%69.61%-
HSV(B)299.26º37.16%85.49%-
XYZ50.2237.770.96-
YUV170.15155161.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=37.94%
G=23.95%
B=38.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171372180.000.3700.15299.2652.2669.61
HexD989DA0250F12b3446
Octal33121133204501745364106
Binary1101100110001001110110100100101011111001010111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D989DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D989DA; }

 p { color: rgb(217,137,218); }

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

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

 a { background-color: rgb(217,137,218); }

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

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

 span { border-color: rgb(217,137,218); }

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