#DC9BED

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

Shades of Plum #DC9BED

Tints of Plum #DC9BED

Color information

#DC9BED (or 0xDC9BED) is unknown color: approx Plum. HEX triplet: DC, 9B and ED. RGB value is (220,155,237). Sum of RGB (Red+Green+Blue) = 220+155+237=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BED is #236412. Grayscale: #B7B7B7. Windows color (decimal): -2319379 or 15571932. OLE color: 15571932.

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

Color convert

RGB220155237-
CMYK0.070.3500.07
HSL287.56º69.49%76.86%-
HSV(B)287.56º34.6%92.94%-
XYZ56.5244.7785.78-
YUV183.78158.03153.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=35.95%
G=25.33%
B=38.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201552370.070.3500.07287.5669.4976.86
HexDC9BED72307120454d
Octal33423335574307440105115
Binary110111001001101111101101111100011011110010000010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BED; }

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

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

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

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

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

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

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

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