#DC9AEA

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

Shades of Plum #DC9AEA

Tints of Plum #DC9AEA

Color information

#DC9AEA (or 0xDC9AEA) is unknown color: approx Plum. HEX triplet: DC, 9A and EA. RGB value is (220,154,234). Sum of RGB (Red+Green+Blue) = 220+154+234=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AEA is #236515. Grayscale: #B6B6B6. Windows color (decimal): -2319638 or 15375068. OLE color: 15375068.

HSL color Cylindrical-coordinate representation of color #DC9AEA: hue angle of 289.5º degrees, saturation: 0.66, 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 #DC9AEA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220154234-
CMYK0.060.3400.08
HSL289.5º65.57%76.08%-
HSV(B)289.5º34.19%91.76%-
XYZ55.9244.2783.44-
YUV182.85156.87154.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 154 (60.55% from 255) = 25.33%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=36.18%
G=25.33%
B=38.49%

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
Decimal2201542340.060.3400.08289.565.5776.08
HexDC9AEA62208122424c
Octal334232352642010442102114
Binary1101110010011010111010101101000100100010010001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AEA; }

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

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

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

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

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

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

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

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