#D594D9

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

Shades of Plum #D594D9

Tints of Plum #D594D9

Color information

#D594D9 (or 0xD594D9) is unknown color: approx Plum. HEX triplet: D5, 94 and D9. RGB value is (213,148,217). Sum of RGB (Red+Green+Blue) = 213+148+217=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 217 - color contains mainly: blue. Hex color #D594D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594D9 is #2A6B26. Grayscale: #AFAFAF. Windows color (decimal): -2779943 or 14259413. OLE color: 14259413.

HSL color Cylindrical-coordinate representation of color #D594D9: hue angle of 296.52º degrees, saturation: 0.48, 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 #D594D9 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213148217-
CMYK0.020.3200.15
HSL296.52º47.59%71.57%-
HSV(B)296.52º31.8%85.1%-
XYZ50.5540.3470.77-
YUV175.3151.53154.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=36.85%
G=25.61%
B=37.54%

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
Decimal2131482170.020.3200.15296.5247.5971.57
HexD594D92200F1293048
Octal32522433124001745160110
Binary11010101100101001101100110100000011111001010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594D9; }

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

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

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

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

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

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

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

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