#DE9FDC

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

Shades of Plum #DE9FDC

Tints of Plum #DE9FDC

Color information

#DE9FDC (or 0xDE9FDC) is unknown color: approx Plum. HEX triplet: DE, 9F and DC. RGB value is (222,159,220). Sum of RGB (Red+Green+Blue) = 222+159+220=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FDC is #216023. Grayscale: #B8B8B8. Windows color (decimal): -2187300 or 14458846. OLE color: 14458846.

HSL color Cylindrical-coordinate representation of color #DE9FDC: hue angle of 301.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FDC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222159220-
CMYK00.280.010.13
HSL301.9º48.84%74.71%-
HSV(B)301.9º28.38%87.06%-
XYZ55.4445.4973.57-
YUV184.79147.87154.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=36.94%
G=26.46%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215922000.280.010.13301.948.8474.71
HexDE9FDC01C1D12e314b
Octal33623733403411545661113
Binary110111101001111111011100011100111011001011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FDC; }

 p { color: rgb(222,159,220); }

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

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

 a { background-color: rgb(222,159,220); }

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

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

 span { border-color: rgb(222,159,220); }

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