#D58AD1

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

Shades of Plum #D58AD1

Tints of Plum #D58AD1

Color information

#D58AD1 (or 0xD58AD1) is unknown color: approx Plum. HEX triplet: D5, 8A and D1. RGB value is (213,138,209). Sum of RGB (Red+Green+Blue) = 213+138+209=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD1 is #2A752E. Grayscale: #A8A8A8. Windows color (decimal): -2782511 or 13732565. OLE color: 13732565.

HSL color Cylindrical-coordinate representation of color #D58AD1: hue angle of 303.2º 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 #D58AD1 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213138209-
CMYK00.350.020.16
HSL303.2º47.17%68.82%-
HSV(B)303.2º35.21%83.53%-
XYZ48.0436.9364.92-
YUV168.52150.85159.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=38.04%
G=24.64%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313820900.350.020.16303.247.1768.82
HexD58AD102321012f2f45
Octal32521232104322045757105
Binary110101011000101011010001010001110100001001011111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AD1; }

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

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

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

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

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

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

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

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