#D594D7

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

Shades of Plum #D594D7

Tints of Plum #D594D7

Color information

#D594D7 (or 0xD594D7) is unknown color: approx Plum. HEX triplet: D5, 94 and D7. RGB value is (213,148,215). Sum of RGB (Red+Green+Blue) = 213+148+215=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 215 - color contains mainly: blue. Hex color #D594D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594D7 is #2A6B28. Grayscale: #AEAEAE. Windows color (decimal): -2779945 or 14128341. OLE color: 14128341.

HSL color Cylindrical-coordinate representation of color #D594D7: hue angle of 298.21º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594D7 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213148215-
CMYK0.010.3100.16
HSL298.21º45.58%71.18%-
HSV(B)298.21º31.16%84.31%-
XYZ50.340.2369.4-
YUV175.07150.53155.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=36.98%
G=25.69%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131482150.010.3100.16298.2145.5871.18
HexD594D711F01012a2e47
Octal32522432713702045256107
Binary1101010110010100110101111111110100001001010101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594D7; }

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

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

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

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

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

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

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

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