#dc9bec

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

Shades of Plum #DC9BEC

Tints of Plum #DC9BEC

Color information

#DC9BEC (or 0xDC9BEC) is unknown color: approx Plum. HEX triplet: DC, 9B and EC. RGB value is (220,155,236). Sum of RGB (Red+Green+Blue) = 220+155+236=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BEC is #236413. Grayscale: #B7B7B7. Windows color (decimal): -2319380 or 15506396. OLE color: 15506396.

HSL color Cylindrical-coordinate representation of color #DC9BEC: hue angle of 288.15º 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 #DC9BEC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220155236-
CMYK0.070.3400.07
HSL288.15º68.07%76.67%-
HSV(B)288.15º34.32%92.55%-
XYZ56.3844.7185.02-
YUV183.67157.53153.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 155 (60.94% from 255) = 25.37%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=36.01%
G=25.37%
B=38.63%

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
Decimal2201552360.070.3400.07288.1568.0776.67
HexDC9BEC72207120444d
Octal33423335474207440104115
Binary110111001001101111101100111100010011110010000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9bec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9bec; }

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

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

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

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

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

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

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

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