#DC8EDA

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

Shades of Plum #DC8EDA

Tints of Plum #DC8EDA

Color information

#DC8EDA (or 0xDC8EDA) is unknown color: approx Plum. HEX triplet: DC, 8E and DA. RGB value is (220,142,218). Sum of RGB (Red+Green+Blue) = 220+142+218=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EDA is #237125. Grayscale: #ADADAD. Windows color (decimal): -2322726 or 14323420. OLE color: 14323420.

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

Color convert

RGB220142218-
CMYK00.350.010.14
HSL301.54º52.7%70.98%-
HSV(B)301.54º35.45%86.27%-
XYZ51.8439.6271.25-
YUV173.99152.84160.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 142 (55.86% from 255) = 24.48%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=37.93%
G=24.48%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014221800.350.010.14301.5452.770.98
HexDC8EDA0231E12e3547
Octal33421633204311645665107
Binary1101110010001110110110100100011111101001011101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EDA; }

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

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

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

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

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

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

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

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