#D59FDA

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

Shades of Plum #D59FDA

Tints of Plum #D59FDA

Color information

#D59FDA (or 0xD59FDA) is unknown color: approx Plum. HEX triplet: D5, 9F and DA. RGB value is (213,159,218). Sum of RGB (Red+Green+Blue) = 213+159+218=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #D59FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FDA is #2A6025. Grayscale: #B5B5B5. Windows color (decimal): -2777126 or 14327765. OLE color: 14327765.

HSL color Cylindrical-coordinate representation of color #D59FDA: hue angle of 294.92º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59FDA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213159218-
CMYK0.020.2700.15
HSL294.92º44.36%73.92%-
HSV(B)294.92º27.06%85.49%-
XYZ52.494472.06-
YUV181.87148.39150.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=36.10%
G=26.95%
B=36.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131592180.020.2700.15294.9244.3673.92
HexD59FDA21B0F1272c4a
Octal32523733223301744754112
Binary1101010110011111110110101011011011111001001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FDA; }

 p { color: rgb(213,159,218); }

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

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

 a { background-color: rgb(213,159,218); }

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

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

 span { border-color: rgb(213,159,218); }

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