#DE9FD7

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

Shades of Plum #DE9FD7

Tints of Plum #DE9FD7

Color information

#DE9FD7 (or 0xDE9FD7) is unknown color: approx Plum. HEX triplet: DE, 9F and D7. RGB value is (222,159,215). Sum of RGB (Red+Green+Blue) = 222+159+215=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FD7 is #216028. Grayscale: #B8B8B8. Windows color (decimal): -2187305 or 14131166. OLE color: 14131166.

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

Color convert

RGB222159215-
CMYK00.280.030.13
HSL306.67º48.84%74.71%-
HSV(B)306.67º28.38%87.06%-
XYZ54.7945.2370.13-
YUV184.22145.37154.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=37.25%
G=26.68%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215921500.280.030.13306.6748.8474.71
HexDE9FD701C3D133314b
Octal33623732703431546361113
Binary1101111010011111110101110111001111011001100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FD7; }

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

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

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

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

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

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

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

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