#D58CD9

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

Shades of Plum #D58CD9

Tints of Plum #D58CD9

Color information

#D58CD9 (or 0xD58CD9) is unknown color: approx Plum. HEX triplet: D5, 8C and D9. RGB value is (213,140,217). Sum of RGB (Red+Green+Blue) = 213+140+217=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #D58CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD9 is #2A7326. Grayscale: #AAAAAA. Windows color (decimal): -2781991 or 14257365. OLE color: 14257365.

HSL color Cylindrical-coordinate representation of color #D58CD9: hue angle of 296.88º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58CD9 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213140217-
CMYK0.020.3500.15
HSL296.88º50.33%70%-
HSV(B)296.88º35.48%85.1%-
XYZ49.3437.9170.36-
YUV170.6154.18158.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.37%
GREEN value IS 140 (55.08% from 255) = 24.56%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=37.37%
G=24.56%
B=38.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131402170.020.3500.15296.8850.3370
HexD58CD92230F1293246
Octal32521433124301745162106
Binary11010101100011001101100110100011011111001010011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CD9; }

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

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

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

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

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

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

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

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