#DF9FE0

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

Shades of Plum #DF9FE0

Tints of Plum #DF9FE0

Color information

#DF9FE0 (or 0xDF9FE0) is unknown color: approx Plum. HEX triplet: DF, 9F and E0. RGB value is (223,159,224). Sum of RGB (Red+Green+Blue) = 223+159+224=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FE0 is #20601F. Grayscale: #B9B9B9. Windows color (decimal): -2121760 or 14720991. OLE color: 14720991.

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

Color convert

RGB223159224-
CMYK0.000.2900.12
HSL299.08º51.18%75.1%-
HSV(B)299.08º29.02%87.84%-
XYZ56.2845.8776.41-
YUV185.55149.7154.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=36.80%
G=26.24%
B=36.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231592240.000.2900.12299.0851.1875.1
HexDF9FE001D0C12b334b
Octal33723734003501445363113
Binary110111111001111111100000011101011001001010111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FE0; }

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

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

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

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

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

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

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

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