#D58AD2

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

Shades of Plum #D58AD2

Tints of Plum #D58AD2

Color information

#D58AD2 (or 0xD58AD2) is unknown color: approx Plum. HEX triplet: D5, 8A and D2. RGB value is (213,138,210). Sum of RGB (Red+Green+Blue) = 213+138+210=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD2 is #2A752D. Grayscale: #A8A8A8. Windows color (decimal): -2782510 or 13798101. OLE color: 13798101.

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

Color convert

RGB213138210-
CMYK00.350.010.16
HSL302.4º47.17%68.82%-
HSV(B)302.4º35.21%83.53%-
XYZ48.1636.9865.57-
YUV168.63151.35159.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=37.97%
G=24.60%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313821000.350.010.16302.447.1768.82
HexD58AD202311012e2f45
Octal32521232204312045657105
Binary11010101100010101101001001000111100001001011101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AD2; }

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

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

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

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

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

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

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

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