#D291DA

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

Shades of Plum #D291DA

Tints of Plum #D291DA

Color information

#D291DA (or 0xD291DA) is unknown color: approx Plum. HEX triplet: D2, 91 and DA. RGB value is (210,145,218). Sum of RGB (Red+Green+Blue) = 210+145+218=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D291DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291DA is #2D6E25. Grayscale: #ACACAC. Windows color (decimal): -2977318 or 14324178. OLE color: 14324178.

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

Color convert

RGB210145218-
CMYK0.040.3300.15
HSL293.42º49.66%71.18%-
HSV(B)293.42º33.49%85.49%-
XYZ49.3639.0171.26-
YUV172.76153.53154.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=36.65%
G=25.31%
B=38.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101452180.040.3300.15293.4249.6671.18
HexD291DA4210F1253247
Octal32222133244101744562107
Binary110100101001000111011010100100001011111001001011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D291DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D291DA; }

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

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

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

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

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

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

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

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