#DC8DDC

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

Shades of Plum #DC8DDC

Tints of Plum #DC8DDC

Color information

#DC8DDC (or 0xDC8DDC) is unknown color: approx Plum. HEX triplet: DC, 8D and DC. RGB value is (220,141,220). Sum of RGB (Red+Green+Blue) = 220+141+220=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DDC is #237223. Grayscale: #ADADAD. Windows color (decimal): -2322980 or 14454236. OLE color: 14454236.

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

Color convert

RGB220141220-
CMYK00.3600.14
HSL300º53.02%70.78%-
HSV(B)300º35.91%86.27%-
XYZ51.9639.4372.58-
YUV173.63154.17161.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=37.87%
G=24.27%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014122000.3600.1430053.0270.78
HexDC8DDC0240E12c3547
Octal33421533404401645465107
Binary1101110010001101110111000100100011101001011001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DDC; }

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

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

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

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

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

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

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

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