#DC8DDA

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

Shades of Plum #DC8DDA

Tints of Plum #DC8DDA

Color information

#DC8DDA (or 0xDC8DDA) is unknown color: approx Plum. HEX triplet: DC, 8D and DA. RGB value is (220,141,218). Sum of RGB (Red+Green+Blue) = 220+141+218=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DDA is #237225. Grayscale: #ADADAD. Windows color (decimal): -2322982 or 14323164. OLE color: 14323164.

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

Color convert

RGB220141218-
CMYK00.360.010.14
HSL301.52º53.02%70.78%-
HSV(B)301.52º35.91%86.27%-
XYZ51.6939.3371.2-
YUV173.4153.17161.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=38.00%
G=24.35%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014121800.360.010.14301.5253.0270.78
HexDC8DDA0241E12e3547
Octal33421533204411645665107
Binary1101110010001101110110100100100111101001011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DDA; }

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

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

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

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

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

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

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

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