#D58BDD

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

Shades of Plum #D58BDD

Tints of Plum #D58BDD

Color information

#D58BDD (or 0xD58BDD) is unknown color: approx Plum. HEX triplet: D5, 8B and DD. RGB value is (213,139,221). Sum of RGB (Red+Green+Blue) = 213+139+221=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D58BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BDD is #2A7422. Grayscale: #AAAAAA. Windows color (decimal): -2782243 or 14519253. OLE color: 14519253.

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

Color convert

RGB213139221-
CMYK0.040.3700.13
HSL294.15º54.67%70.59%-
HSV(B)294.15º37.1%86.67%-
XYZ49.7237.8373.09-
YUV170.47156.52158.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 139 (54.69% from 255) = 24.26%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=37.17%
G=24.26%
B=38.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131392210.040.3700.13294.1554.6770.59
HexD58BDD4250D1263747
Octal32521333544501544667107
Binary110101011000101111011101100100101011011001001101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58BDD; }

 p { color: rgb(213,139,221); }

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

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

 a { background-color: rgb(213,139,221); }

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

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

 span { border-color: rgb(213,139,221); }

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