#DC9CEC

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

Shades of Plum #DC9CEC

Tints of Plum #DC9CEC

Color information

#DC9CEC (or 0xDC9CEC) is unknown color: approx Plum. HEX triplet: DC, 9C and EC. RGB value is (220,156,236). Sum of RGB (Red+Green+Blue) = 220+156+236=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CEC is #236313. Grayscale: #B8B8B8. Windows color (decimal): -2319124 or 15506652. OLE color: 15506652.

HSL color Cylindrical-coordinate representation of color #DC9CEC: hue angle of 288º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9CEC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220156236-
CMYK0.070.3400.07
HSL288º67.8%76.86%-
HSV(B)288º33.9%92.55%-
XYZ56.5445.0585.07-
YUV184.26157.2153.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=35.95%
G=25.49%
B=38.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201562360.070.3400.0728867.876.86
HexDC9CEC72207120444d
Octal33423435474207440104115
Binary110111001001110011101100111100010011110010000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CEC; }

 p { color: rgb(220,156,236); }

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

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

 a { background-color: rgb(220,156,236); }

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

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

 span { border-color: rgb(220,156,236); }

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