#D594DA

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

Shades of Plum #D594DA

Tints of Plum #D594DA

Color information

#D594DA (or 0xD594DA) is unknown color: approx Plum. HEX triplet: D5, 94 and DA. RGB value is (213,148,218). Sum of RGB (Red+Green+Blue) = 213+148+218=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 148 (58.20% from 255 or 25.56% 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 #D594DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594DA is #2A6B25. Grayscale: #AFAFAF. Windows color (decimal): -2779942 or 14324949. OLE color: 14324949.

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

Color convert

RGB213148218-
CMYK0.020.3200.15
HSL295.71º48.61%71.76%-
HSV(B)295.71º32.11%85.49%-
XYZ50.6940.3971.45-
YUV175.42152.03154.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=36.79%
G=25.56%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131482180.020.3200.15295.7148.6171.76
HexD594DA2200F1283148
Octal32522433224001745061110
Binary11010101100101001101101010100000011111001010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594DA; }

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

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

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

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

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

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

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

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