#DC9DDE

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

Shades of Plum #DC9DDE

Tints of Plum #DC9DDE

Color information

#DC9DDE (or 0xDC9DDE) is unknown color: approx Plum. HEX triplet: DC, 9D and DE. RGB value is (220,157,222). Sum of RGB (Red+Green+Blue) = 220+157+222=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDE is #236221. Grayscale: #B7B7B7. Windows color (decimal): -2318882 or 14589404. OLE color: 14589404.

HSL color Cylindrical-coordinate representation of color #DC9DDE: hue angle of 298.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DDE is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220157222-
CMYK0.010.2900.13
HSL298.15º49.62%74.31%-
HSV(B)298.15º29.28%87.06%-
XYZ54.7644.674.83-
YUV183.25149.87154.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 157 (61.72% from 255) = 26.21%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=36.73%
G=26.21%
B=37.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201572220.010.2900.13298.1549.6274.31
HexDC9DDE11D0D12a324a
Octal33423533613501545262112
Binary110111001001110111011110111101011011001010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DDE; }

 p { color: rgb(220,157,222); }

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

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

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

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

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

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

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