#D58CDF

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

Shades of Plum #D58CDF

Tints of Plum #D58CDF

Color information

#D58CDF (or 0xD58CDF) is unknown color: approx Plum. HEX triplet: D5, 8C and DF. RGB value is (213,140,223). Sum of RGB (Red+Green+Blue) = 213+140+223=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #D58CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CDF is #2A7320. Grayscale: #ABABAB. Windows color (decimal): -2781985 or 14650581. OLE color: 14650581.

HSL color Cylindrical-coordinate representation of color #D58CDF: hue angle of 292.77º degrees, saturation: 0.56, 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 #D58CDF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213140223-
CMYK0.040.3700.13
HSL292.77º56.46%71.18%-
HSV(B)292.77º37.22%87.45%-
XYZ50.1438.2374.55-
YUV171.29157.18157.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 140 (55.08% from 255) = 24.31%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=36.98%
G=24.31%
B=38.72%

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
Decimal2131402230.040.3700.13292.7756.4671.18
HexD58CDF4250D1253847
Octal32521433744501544570107
Binary110101011000110011011111100100101011011001001011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CDF; }

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

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

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

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

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

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

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

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