#DC9FD8

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

Shades of Plum #DC9FD8

Tints of Plum #DC9FD8

Color information

#DC9FD8 (or 0xDC9FD8) is unknown color: approx Plum. HEX triplet: DC, 9F and D8. RGB value is (220,159,216). Sum of RGB (Red+Green+Blue) = 220+159+216=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD8 is #236027. Grayscale: #B7B7B7. Windows color (decimal): -2318376 or 14196700. OLE color: 14196700.

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

Color convert

RGB220159216-
CMYK00.280.020.14
HSL303.93º46.56%74.31%-
HSV(B)303.93º27.73%86.27%-
XYZ54.3144.9770.78-
YUV183.74146.21153.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=36.97%
G=26.72%
B=36.30%

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
Decimal22015921600.280.020.14303.9346.5674.31
HexDC9FD801C2E1302f4a
Octal33423733003421646057112
Binary1101110010011111110110000111001011101001100001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FD8; }

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

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

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

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

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

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

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

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