#DC8DCC

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

Shades of Plum #DC8DCC

Tints of Plum #DC8DCC

Color information

#DC8DCC (or 0xDC8DCC) is unknown color: approx Plum. HEX triplet: DC, 8D and CC. RGB value is (220,141,204). Sum of RGB (Red+Green+Blue) = 220+141+204=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DCC is #237233. Grayscale: #ABABAB. Windows color (decimal): -2322996 or 13405660. OLE color: 13405660.

HSL color Cylindrical-coordinate representation of color #DC8DCC: hue angle of 312.15º 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 #DC8DCC is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220141204-
CMYK00.360.070.14
HSL312.15º53.02%70.78%-
HSV(B)312.15º35.91%86.27%-
XYZ49.9438.6361.95-
YUV171.8146.17162.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 141 (55.47% from 255) = 24.96%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=38.94%
G=24.96%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014120400.360.070.14312.1553.0270.78
HexDC8DCC0247E1383547
Octal33421531404471647065107
Binary110111001000110111001100010010011111101001110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DCC; }

 p { color: rgb(220,141,204); }

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

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

 a { background-color: rgb(220,141,204); }

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

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

 span { border-color: rgb(220,141,204); }

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