#DE8CD2

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

Shades of Plum #DE8CD2

Tints of Plum #DE8CD2

Color information

#DE8CD2 (or 0xDE8CD2) is unknown color: approx Plum. HEX triplet: DE, 8C and D2. RGB value is (222,140,210). Sum of RGB (Red+Green+Blue) = 222+140+210=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CD2 is #21732D. Grayscale: #ACACAC. Windows color (decimal): -2192174 or 13798622. OLE color: 13798622.

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

Color convert

RGB222140210-
CMYK00.370.050.13
HSL308.78º55.41%70.98%-
HSV(B)308.78º36.94%87.06%-
XYZ51.1438.9465.79-
YUV172.5149.17163.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=38.81%
G=24.48%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214021000.370.050.13308.7855.4170.98
HexDE8CD20255D1353747
Octal33621432204551546567107
Binary110111101000110011010010010010110111011001101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8CD2; }

 p { color: rgb(222,140,210); }

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

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

 a { background-color: rgb(222,140,210); }

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

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

 span { border-color: rgb(222,140,210); }

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