#DC9AED

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

Shades of Plum #DC9AED

Tints of Plum #DC9AED

Color information

#DC9AED (or 0xDC9AED) is unknown color: approx Plum. HEX triplet: DC, 9A and ED. RGB value is (220,154,237). Sum of RGB (Red+Green+Blue) = 220+154+237=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AED is #236512. Grayscale: #B6B6B6. Windows color (decimal): -2319635 or 15571676. OLE color: 15571676.

HSL color Cylindrical-coordinate representation of color #DC9AED: hue angle of 287.71º degrees, saturation: 0.7, 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 #DC9AED is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220154237-
CMYK0.070.3500.07
HSL287.71º69.75%76.67%-
HSV(B)287.71º35.02%92.94%-
XYZ56.3644.4485.73-
YUV183.2158.37154.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=36.01%
G=25.20%
B=38.79%

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
Decimal2201542370.070.3500.07287.7169.7576.67
HexDC9AED72307120464d
Octal33423235574307440106115
Binary110111001001101011101101111100011011110010000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AED; }

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

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

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

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

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

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

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

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