#DE9FDF

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

Shades of Plum #DE9FDF

Tints of Plum #DE9FDF

Color information

#DE9FDF (or 0xDE9FDF) is unknown color: approx Plum. HEX triplet: DE, 9F and DF. RGB value is (222,159,223). Sum of RGB (Red+Green+Blue) = 222+159+223=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FDF is #216020. Grayscale: #B8B8B8. Windows color (decimal): -2187297 or 14655454. OLE color: 14655454.

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

Color convert

RGB222159223-
CMYK0.000.2900.13
HSL299.06º50%74.9%-
HSV(B)299.06º28.7%87.45%-
XYZ55.8445.6575.68-
YUV185.13149.37154.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=36.75%
G=26.32%
B=36.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221592230.000.2900.13299.065074.9
HexDE9FDF01D0D12b324b
Octal33623733703501545362113
Binary110111101001111111011111011101011011001010111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FDF; }

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

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

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

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

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

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

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

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