#d58cdc

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

Shades of Plum #D58CDC

Tints of Plum #D58CDC

Color information

#D58CDC (or 0xD58CDC) is unknown color: approx Plum. HEX triplet: D5, 8C and DC. RGB value is (213,140,220). Sum of RGB (Red+Green+Blue) = 213+140+220=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #D58CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CDC is #2A7323. Grayscale: #AAAAAA. Windows color (decimal): -2781988 or 14453973. OLE color: 14453973.

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

Color convert

RGB213140220-
CMYK0.030.3600.14
HSL294.75º53.33%70.59%-
HSV(B)294.75º36.36%86.27%-
XYZ49.7438.0772.44-
YUV170.95155.68158-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 140 (55.08% from 255) = 24.43%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=37.17%
G=24.43%
B=38.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131402200.030.3600.14294.7553.3370.59
HexD58CDC3240E1273547
Octal32521433434401644765107
Binary11010101100011001101110011100100011101001001111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d58cdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d58cdc; }

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

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

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

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

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

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

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

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