#DC9BCC

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

Shades of Plum #DC9BCC

Tints of Plum #DC9BCC

Color information

#DC9BCC (or 0xDC9BCC) is unknown color: approx Plum. HEX triplet: DC, 9B and CC. RGB value is (220,155,204). Sum of RGB (Red+Green+Blue) = 220+155+204=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BCC is #236433. Grayscale: #B3B3B3. Windows color (decimal): -2319412 or 13409244. OLE color: 13409244.

HSL color Cylindrical-coordinate representation of color #DC9BCC: hue angle of 314.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BCC is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220155204-
CMYK00.300.070.14
HSL314.77º48.15%73.53%-
HSV(B)314.77º29.55%86.27%-
XYZ52.1443.0262.68-
YUV180.02141.53156.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=38.00%
G=26.77%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015520400.300.070.14314.7748.1573.53
HexDC9BCC01E7E13b304a
Octal33423331403671647360112
Binary11011100100110111100110001111011111101001110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BCC; }

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

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

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

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

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

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

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

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