#DC8EE0

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

Shades of Plum #DC8EE0

Tints of Plum #DC8EE0

Color information

#DC8EE0 (or 0xDC8EE0) is unknown color: approx Plum. HEX triplet: DC, 8E and E0. RGB value is (220,142,224). Sum of RGB (Red+Green+Blue) = 220+142+224=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EE0 is #23711F. Grayscale: #AEAEAE. Windows color (decimal): -2322720 or 14716636. OLE color: 14716636.

HSL color Cylindrical-coordinate representation of color #DC8EE0: hue angle of 297.07º degrees, saturation: 0.57, 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 #DC8EE0 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220142224-
CMYK0.020.3700.12
HSL297.07º56.94%71.76%-
HSV(B)297.07º36.61%87.84%-
XYZ52.6439.9475.46-
YUV174.67155.84160.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=37.54%
G=24.23%
B=38.23%

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
Decimal2201422240.020.3700.12297.0756.9471.76
HexDC8EE02250C1293948
Octal33421634024501445171110
Binary11011100100011101110000010100101011001001010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EE0; }

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

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

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

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

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

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

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

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