#D58DDE

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

Shades of Plum #D58DDE

Tints of Plum #D58DDE

Color information

#D58DDE (or 0xD58DDE) is unknown color: approx Plum. HEX triplet: D5, 8D and DE. RGB value is (213,141,222). Sum of RGB (Red+Green+Blue) = 213+141+222=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #D58DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DDE is #2A7221. Grayscale: #ABABAB. Windows color (decimal): -2781730 or 14585301. OLE color: 14585301.

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

Color convert

RGB213141222-
CMYK0.040.3600.13
HSL293.33º55.1%71.18%-
HSV(B)293.33º36.49%87.06%-
XYZ50.1538.4773.89-
YUV171.76156.35157.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=36.98%
G=24.48%
B=38.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131412220.040.3600.13293.3355.171.18
HexD58DDE4240D1253747
Octal32521533644401544567107
Binary110101011000110111011110100100100011011001001011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DDE; }

 p { color: rgb(213,141,222); }

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

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

 a { background-color: rgb(213,141,222); }

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

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

 span { border-color: rgb(213,141,222); }

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