#D58BDC

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

Shades of Plum #D58BDC

Tints of Plum #D58BDC

Color information

#D58BDC (or 0xD58BDC) is unknown color: approx Plum. HEX triplet: D5, 8B and DC. RGB value is (213,139,220). Sum of RGB (Red+Green+Blue) = 213+139+220=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D58BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BDC is #2A7423. Grayscale: #AAAAAA. Windows color (decimal): -2782244 or 14453717. OLE color: 14453717.

HSL color Cylindrical-coordinate representation of color #D58BDC: hue angle of 294.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D58BDC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213139220-
CMYK0.030.3700.14
HSL294.81º53.64%70.39%-
HSV(B)294.81º36.82%86.27%-
XYZ49.5937.7872.39-
YUV170.36156.02158.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=37.24%
G=24.30%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131392200.030.3700.14294.8153.6470.39
HexD58BDC3250E1273646
Octal32521333434501644766106
Binary11010101100010111101110011100101011101001001111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58BDC; }

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

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

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

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

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

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

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

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