#DE8FCC

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

Shades of Plum #DE8FCC

Tints of Plum #DE8FCC

Color information

#DE8FCC (or 0xDE8FCC) is unknown color: approx Plum. HEX triplet: DE, 8F and CC. RGB value is (222,143,204). Sum of RGB (Red+Green+Blue) = 222+143+204=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8FCC is #217033. Grayscale: #ADADAD. Windows color (decimal): -2191412 or 13406174. OLE color: 13406174.

HSL color Cylindrical-coordinate representation of color #DE8FCC: hue angle of 313.67º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FCC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222143204-
CMYK00.360.080.13
HSL313.67º54.48%71.57%-
HSV(B)313.67º35.59%87.06%-
XYZ50.8539.5362.08-
YUV173.58145.17162.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 143 (56.25% from 255) = 25.13%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=39.02%
G=25.13%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214320400.360.080.13313.6754.4871.57
HexDE8FCC0248D13a3648
Octal336217314044101547266110
Binary1101111010001111110011000100100100011011001110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8FCC; }

 p { color: rgb(222,143,204); }

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

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

 a { background-color: rgb(222,143,204); }

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

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

 span { border-color: rgb(222,143,204); }

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