#DC9BEA

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

Shades of Plum #DC9BEA

Tints of Plum #DC9BEA

Color information

#DC9BEA (or 0xDC9BEA) is unknown color: approx Plum. HEX triplet: DC, 9B and EA. RGB value is (220,155,234). Sum of RGB (Red+Green+Blue) = 220+155+234=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BEA is #236415. Grayscale: #B7B7B7. Windows color (decimal): -2319382 or 15375324. OLE color: 15375324.

HSL color Cylindrical-coordinate representation of color #DC9BEA: hue angle of 289.37º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9BEA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220155234-
CMYK0.060.3400.08
HSL289.37º65.29%76.27%-
HSV(B)289.37º33.76%91.76%-
XYZ56.0944.683.49-
YUV183.44156.53154.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 155 (60.94% from 255) = 25.45%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=36.12%
G=25.45%
B=38.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201552340.060.3400.08289.3765.2976.27
HexDC9BEA62208121414c
Octal334233352642010441101114
Binary1101110010011011111010101101000100100010010000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BEA; }

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

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

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

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

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

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

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

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