#DC9EDA

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

Shades of Plum #DC9EDA

Tints of Plum #DC9EDA

Color information

#DC9EDA (or 0xDC9EDA) is unknown color: approx Plum. HEX triplet: DC, 9E and DA. RGB value is (220,158,218). Sum of RGB (Red+Green+Blue) = 220+158+218=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EDA is #236125. Grayscale: #B7B7B7. Windows color (decimal): -2318630 or 14327516. OLE color: 14327516.

HSL color Cylindrical-coordinate representation of color #DC9EDA: hue angle of 301.94º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9EDA is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220158218-
CMYK00.280.010.14
HSL301.94º46.97%74.12%-
HSV(B)301.94º28.18%86.27%-
XYZ54.444.7372.1-
YUV183.38147.54154.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=36.91%
G=26.51%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015821800.280.010.14301.9446.9774.12
HexDC9EDA01C1E12e2f4a
Octal33423633203411645657112
Binary110111001001111011011010011100111101001011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EDA; }

 p { color: rgb(220,158,218); }

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

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

 a { background-color: rgb(220,158,218); }

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

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

 span { border-color: rgb(220,158,218); }

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