#D891DA

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

Shades of Plum #D891DA

Tints of Plum #D891DA

Color information

#D891DA (or 0xD891DA) is unknown color: approx Plum. HEX triplet: D8, 91 and DA. RGB value is (216,145,218). Sum of RGB (Red+Green+Blue) = 216+145+218=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D891DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891DA is #276E25. Grayscale: #AEAEAE. Windows color (decimal): -2584102 or 14324184. OLE color: 14324184.

HSL color Cylindrical-coordinate representation of color #D891DA: hue angle of 298.36º degrees, saturation: 0.5, 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 #D891DA is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB216145218-
CMYK0.010.3300.15
HSL298.36º49.66%71.18%-
HSV(B)298.36º33.49%85.49%-
XYZ51.139.9171.34-
YUV174.55152.52157.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=37.31%
G=25.04%
B=37.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161452180.010.3300.15298.3649.6671.18
HexD891DA1210F12a3247
Octal33022133214101745262107
Binary1101100010010001110110101100001011111001010101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891DA; }

 p { color: rgb(216,145,218); }

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

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

 a { background-color: rgb(216,145,218); }

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

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

 span { border-color: rgb(216,145,218); }

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