#D589DE

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

Shades of Plum #D589DE

Tints of Plum #D589DE

Color information

#D589DE (or 0xD589DE) is unknown color: approx Plum. HEX triplet: D5, 89 and DE. RGB value is (213,137,222). Sum of RGB (Red+Green+Blue) = 213+137+222=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #D589DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589DE is #2A7621. Grayscale: #A9A9A9. Windows color (decimal): -2782754 or 14584277. OLE color: 14584277.

HSL color Cylindrical-coordinate representation of color #D589DE: hue angle of 293.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D589DE is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213137222-
CMYK0.040.3800.13
HSL293.65º56.29%70.39%-
HSV(B)293.65º38.29%87.06%-
XYZ49.5737.3173.7-
YUV169.41157.68159.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=37.24%
G=23.95%
B=38.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131372220.040.3800.13293.6556.2970.39
HexD589DE4260D1263846
Octal32521133644601544670106
Binary110101011000100111011110100100110011011001001101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D589DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D589DE; }

 p { color: rgb(213,137,222); }

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

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

 a { background-color: rgb(213,137,222); }

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

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

 span { border-color: rgb(213,137,222); }

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