#DC9FD7

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

Shades of Plum #DC9FD7

Tints of Plum #DC9FD7

Color information

#DC9FD7 (or 0xDC9FD7) is unknown color: approx Plum. HEX triplet: DC, 9F and D7. RGB value is (220,159,215). Sum of RGB (Red+Green+Blue) = 220+159+215=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD7 is #236028. Grayscale: #B7B7B7. Windows color (decimal): -2318377 or 14131164. OLE color: 14131164.

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

Color convert

RGB220159215-
CMYK00.280.020.14
HSL304.92º46.56%74.31%-
HSV(B)304.92º27.73%86.27%-
XYZ54.1844.9270.1-
YUV183.62145.71153.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=37.04%
G=26.77%
B=36.20%

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
Decimal22015921500.280.020.14304.9246.5674.31
HexDC9FD701C2E1312f4a
Octal33423732703421646157112
Binary1101110010011111110101110111001011101001100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FD7; }

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

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

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

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

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

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

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

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