#DE9FD9

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

Shades of Plum #DE9FD9

Tints of Plum #DE9FD9

Color information

#DE9FD9 (or 0xDE9FD9) is unknown color: approx Plum. HEX triplet: DE, 9F and D9. RGB value is (222,159,217). Sum of RGB (Red+Green+Blue) = 222+159+217=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FD9 is #216026. Grayscale: #B8B8B8. Windows color (decimal): -2187303 or 14262238. OLE color: 14262238.

HSL color Cylindrical-coordinate representation of color #DE9FD9: hue angle of 304.76º 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 #DE9FD9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222159217-
CMYK00.280.020.13
HSL304.76º48.84%74.71%-
HSV(B)304.76º28.38%87.06%-
XYZ55.0545.3471.5-
YUV184.45146.37154.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.12%
GREEN value IS 159 (62.5% from 255) = 26.59%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=37.12%
G=26.59%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215921700.280.020.13304.7648.8474.71
HexDE9FD901C2D131314b
Octal33623733103421546161113
Binary1101111010011111110110010111001011011001100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FD9; }

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

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

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

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

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

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

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

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