#DC9EDC

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

Shades of Plum #DC9EDC

Tints of Plum #DC9EDC

Color information

#DC9EDC (or 0xDC9EDC) is unknown color: approx Plum. HEX triplet: DC, 9E and DC. RGB value is (220,158,220). Sum of RGB (Red+Green+Blue) = 220+158+220=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDC is #236123. Grayscale: #B7B7B7. Windows color (decimal): -2318628 or 14458588. OLE color: 14458588.

HSL color Cylindrical-coordinate representation of color #DC9EDC: hue angle of 300º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9EDC is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB220158220-
CMYK00.2800.14
HSL300º46.97%74.12%-
HSV(B)300º28.18%86.27%-
XYZ54.6644.8473.48-
YUV183.61148.54153.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=36.79%
G=26.42%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015822000.2800.1430046.9774.12
HexDC9EDC01C0E12c2f4a
Octal33423633403401645457112
Binary110111001001111011011100011100011101001011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EDC; }

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

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

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

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

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

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

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

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