#DC8CDF

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

Shades of Plum #DC8CDF

Tints of Plum #DC8CDF

Color information

#DC8CDF (or 0xDC8CDF) is unknown color: approx Plum. HEX triplet: DC, 8C and DF. RGB value is (220,140,223). Sum of RGB (Red+Green+Blue) = 220+140+223=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CDF is #237320. Grayscale: #ADADAD. Windows color (decimal): -2323233 or 14650588. OLE color: 14650588.

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

Color convert

RGB220140223-
CMYK0.010.3700.13
HSL297.83º56.46%71.18%-
HSV(B)297.83º37.22%87.45%-
XYZ52.2139.374.65-
YUV173.38156161.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 140 (55.08% from 255) = 24.01%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=37.74%
G=24.01%
B=38.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201402230.010.3700.13297.8356.4671.18
HexDC8CDF1250D12a3847
Octal33421433714501545270107
Binary1101110010001100110111111100101011011001010101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CDF; }

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

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

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

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

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

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

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

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