#DC8EDE

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

Shades of Plum #DC8EDE

Tints of Plum #DC8EDE

Color information

#DC8EDE (or 0xDC8EDE) is unknown color: approx Plum. HEX triplet: DC, 8E and DE. RGB value is (220,142,222). Sum of RGB (Red+Green+Blue) = 220+142+222=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EDE is #237121. Grayscale: #AEAEAE. Windows color (decimal): -2322722 or 14585564. OLE color: 14585564.

HSL color Cylindrical-coordinate representation of color #DC8EDE: hue angle of 298.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8EDE is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220142222-
CMYK0.010.3600.13
HSL298.5º54.79%71.37%-
HSV(B)298.5º36.04%87.06%-
XYZ52.3739.8474.04-
YUV174.44154.84160.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 142 (55.86% from 255) = 24.32%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=37.67%
G=24.32%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201422220.010.3600.13298.554.7971.37
HexDC8EDE1240D12a3747
Octal33421633614401545267107
Binary1101110010001110110111101100100011011001010101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EDE; }

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

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

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

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

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

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

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

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