#DC9FDF

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

Shades of Plum #DC9FDF

Tints of Plum #DC9FDF

Color information

#DC9FDF (or 0xDC9FDF) is unknown color: approx Plum. HEX triplet: DC, 9F and DF. RGB value is (220,159,223). Sum of RGB (Red+Green+Blue) = 220+159+223=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FDF is #236020. Grayscale: #B8B8B8. Windows color (decimal): -2318369 or 14655452. OLE color: 14655452.

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

Color convert

RGB220159223-
CMYK0.010.2900.13
HSL297.19º50%74.9%-
HSV(B)297.19º28.7%87.45%-
XYZ55.2345.3475.65-
YUV184.54149.71153.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 159 (62.5% from 255) = 26.41%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=36.54%
G=26.41%
B=37.04%

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
Decimal2201592230.010.2900.13297.195074.9
HexDC9FDF11D0D129324b
Octal33423733713501545162113
Binary110111001001111111011111111101011011001010011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FDF; }

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

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

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

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

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

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

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

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