#DC9ED8

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

Shades of Plum #DC9ED8

Tints of Plum #DC9ED8

Color information

#DC9ED8 (or 0xDC9ED8) is unknown color: approx Plum. HEX triplet: DC, 9E and D8. RGB value is (220,158,216). Sum of RGB (Red+Green+Blue) = 220+158+216=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ED8 is #236127. Grayscale: #B6B6B6. Windows color (decimal): -2318632 or 14196444. OLE color: 14196444.

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

Color convert

RGB220158216-
CMYK00.280.020.14
HSL303.87º46.97%74.12%-
HSV(B)303.87º28.18%86.27%-
XYZ54.1444.6370.73-
YUV183.15146.54154.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=37.04%
G=26.60%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015821600.280.020.14303.8746.9774.12
HexDC9ED801C2E1302f4a
Octal33423633003421646057112
Binary1101110010011110110110000111001011101001100001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9ED8; }

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

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

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

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

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

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

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

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