#DC8DE2

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

Shades of Plum #DC8DE2

Tints of Plum #DC8DE2

Color information

#DC8DE2 (or 0xDC8DE2) is unknown color: approx Plum. HEX triplet: DC, 8D and E2. RGB value is (220,141,226). Sum of RGB (Red+Green+Blue) = 220+141+226=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC8DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DE2 is #23721D. Grayscale: #AEAEAE. Windows color (decimal): -2322974 or 14847452. OLE color: 14847452.

HSL color Cylindrical-coordinate representation of color #DC8DE2: hue angle of 295.76º degrees, saturation: 0.59, 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 #DC8DE2 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220141226-
CMYK0.030.3800.11
HSL295.76º59.44%71.96%-
HSV(B)295.76º37.61%88.63%-
XYZ52.7739.7676.84-
YUV174.31157.17160.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 226 (88.67% from 255) = 38.50%
R=37.48%
G=24.02%
B=38.50%

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
Decimal2201412260.030.3800.11295.7659.4471.96
HexDC8DE23260B1283b48
Octal33421534234601345073110
Binary11011100100011011110001011100110010111001010001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DE2; }

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

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

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

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

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

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

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

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