#DC9FD9

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

Shades of Plum #DC9FD9

Tints of Plum #DC9FD9

Color information

#DC9FD9 (or 0xDC9FD9) is unknown color: approx Plum. HEX triplet: DC, 9F and D9. RGB value is (220,159,217). Sum of RGB (Red+Green+Blue) = 220+159+217=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD9 is #236026. Grayscale: #B7B7B7. Windows color (decimal): -2318375 or 14262236. OLE color: 14262236.

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

Color convert

RGB220159217-
CMYK00.280.010.14
HSL302.95º46.56%74.31%-
HSV(B)302.95º27.73%86.27%-
XYZ54.4445.0271.47-
YUV183.85146.71153.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=36.91%
G=26.68%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015921700.280.010.14302.9546.5674.31
HexDC9FD901C1E12f2f4a
Octal33423733103411645757112
Binary110111001001111111011001011100111101001011111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FD9; }

 p { color: rgb(220,159,217); }

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

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

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

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

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

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

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