#DC8EE1

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

Shades of Plum #DC8EE1

Tints of Plum #DC8EE1

Color information

#DC8EE1 (or 0xDC8EE1) is unknown color: approx Plum. HEX triplet: DC, 8E and E1. RGB value is (220,142,225). Sum of RGB (Red+Green+Blue) = 220+142+225=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EE1 is #23711E. Grayscale: #AEAEAE. Windows color (decimal): -2322719 or 14782172. OLE color: 14782172.

HSL color Cylindrical-coordinate representation of color #DC8EE1: hue angle of 296.39º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8EE1 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220142225-
CMYK0.020.3700.12
HSL296.39º58.04%71.96%-
HSV(B)296.39º36.89%88.24%-
XYZ52.784076.17-
YUV174.78156.34160.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=37.48%
G=24.19%
B=38.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201422250.020.3700.12296.3958.0471.96
HexDC8EE12250C1283a48
Octal33421634124501445072110
Binary11011100100011101110000110100101011001001010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EE1; }

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

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

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

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

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

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

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

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