#DC9DDF

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

Shades of Plum #DC9DDF

Tints of Plum #DC9DDF

Color information

#DC9DDF (or 0xDC9DDF) is unknown color: approx Plum. HEX triplet: DC, 9D and DF. RGB value is (220,157,223). Sum of RGB (Red+Green+Blue) = 220+157+223=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDF is #236220. Grayscale: #B7B7B7. Windows color (decimal): -2318881 or 14654940. OLE color: 14654940.

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

Color convert

RGB220157223-
CMYK0.010.3000.13
HSL297.27º50.77%74.51%-
HSV(B)297.27º29.6%87.45%-
XYZ54.8944.6675.54-
YUV183.36150.37154.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=36.67%
G=26.17%
B=37.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201572230.010.3000.13297.2750.7774.51
HexDC9DDF11E0D129334b
Octal33423533713601545163113
Binary110111001001110111011111111110011011001010011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DDF; }

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

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

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

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

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

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

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

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