#D58ADE

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

Shades of Plum #D58ADE

Tints of Plum #D58ADE

Color information

#D58ADE (or 0xD58ADE) is unknown color: approx Plum. HEX triplet: D5, 8A and DE. RGB value is (213,138,222). Sum of RGB (Red+Green+Blue) = 213+138+222=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #D58ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ADE is #2A7521. Grayscale: #A9A9A9. Windows color (decimal): -2782498 or 14584533. OLE color: 14584533.

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

Color convert

RGB213138222-
CMYK0.040.3800.13
HSL293.57º56%70.59%-
HSV(B)293.57º37.84%87.06%-
XYZ49.7137.673.74-
YUV170157.35158.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=37.17%
G=24.08%
B=38.74%

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
Decimal2131382220.040.3800.13293.575670.59
HexD58ADE4260D1263847
Octal32521233644601544670107
Binary110101011000101011011110100100110011011001001101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58ADE; }

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

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

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

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

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

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

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

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