#DC8CE2

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

Shades of Plum #DC8CE2

Tints of Plum #DC8CE2

Color information

#DC8CE2 (or 0xDC8CE2) is unknown color: approx Plum. HEX triplet: DC, 8C and E2. RGB value is (220,140,226). Sum of RGB (Red+Green+Blue) = 220+140+226=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC8CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CE2 is #23731D. Grayscale: #ADADAD. Windows color (decimal): -2323230 or 14847196. OLE color: 14847196.

HSL color Cylindrical-coordinate representation of color #DC8CE2: hue angle of 295.81º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8CE2 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220140226-
CMYK0.030.3800.11
HSL295.81º59.72%71.76%-
HSV(B)295.81º38.05%88.63%-
XYZ52.6239.4676.8-
YUV173.72157.5161.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 226 (88.67% from 255) = 38.57%
R=37.54%
G=23.89%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201402260.030.3800.11295.8159.7271.76
HexDC8CE23260B1283c48
Octal33421434234601345074110
Binary11011100100011001110001011100110010111001010001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8CE2; }

 p { color: rgb(220,140,226); }

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

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

 a { background-color: rgb(220,140,226); }

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

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

 span { border-color: rgb(220,140,226); }

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