#DC8DDF

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

Shades of Plum #DC8DDF

Tints of Plum #DC8DDF

Color information

#DC8DDF (or 0xDC8DDF) is unknown color: approx Plum. HEX triplet: DC, 8D and DF. RGB value is (220,141,223). Sum of RGB (Red+Green+Blue) = 220+141+223=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DDF is #237220. Grayscale: #ADADAD. Windows color (decimal): -2322977 or 14650844. OLE color: 14650844.

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

Color convert

RGB220141223-
CMYK0.010.3700.13
HSL297.8º56.16%71.37%-
HSV(B)297.8º36.77%87.45%-
XYZ52.3639.5974.69-
YUV173.97155.67160.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=37.67%
G=24.14%
B=38.18%

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
Decimal2201412230.010.3700.13297.856.1671.37
HexDC8DDF1250D12a3847
Octal33421533714501545270107
Binary1101110010001101110111111100101011011001010101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DDF; }

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

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

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

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

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

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

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

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