#DC8CDC

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

Shades of Plum #DC8CDC

Tints of Plum #DC8CDC

Color information

#DC8CDC (or 0xDC8CDC) is unknown color: approx Plum. HEX triplet: DC, 8C and DC. RGB value is (220,140,220). Sum of RGB (Red+Green+Blue) = 220+140+220=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CDC is #237323. Grayscale: #ACACAC. Windows color (decimal): -2323236 or 14453980. OLE color: 14453980.

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

Color convert

RGB220140220-
CMYK00.3600.14
HSL300º53.33%70.59%-
HSV(B)300º36.36%86.27%-
XYZ51.8139.1472.53-
YUV173.04154.5161.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=37.93%
G=24.14%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014022000.3600.1430053.3370.59
HexDC8CDC0240E12c3547
Octal33421433404401645465107
Binary1101110010001100110111000100100011101001011001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CDC; }

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

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

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

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

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

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

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

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