#DC9FD5

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

Shades of Plum #DC9FD5

Tints of Plum #DC9FD5

Color information

#DC9FD5 (or 0xDC9FD5) is unknown color: approx Plum. HEX triplet: DC, 9F and D5. RGB value is (220,159,213). Sum of RGB (Red+Green+Blue) = 220+159+213=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FD5 is #23602A. Grayscale: #B7B7B7. Windows color (decimal): -2318379 or 14000092. OLE color: 14000092.

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

Color convert

RGB220159213-
CMYK00.280.030.14
HSL306.89º46.56%74.31%-
HSV(B)306.89º27.73%86.27%-
XYZ53.9244.8268.76-
YUV183.4144.71154.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 159 (62.5% from 255) = 26.86%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=37.16%
G=26.86%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015921300.280.030.14306.8946.5674.31
HexDC9FD501C3E1332f4a
Octal33423732503431646357112
Binary1101110010011111110101010111001111101001100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FD5; }

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

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

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

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

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

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

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

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