#DF9FEF

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

Shades of Plum #DF9FEF

Tints of Plum #DF9FEF

Color information

#DF9FEF (or 0xDF9FEF) is unknown color: approx Plum. HEX triplet: DF, 9F and EF. RGB value is (223,159,239). Sum of RGB (Red+Green+Blue) = 223+159+239=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FEF is #206010. Grayscale: #BABABA. Windows color (decimal): -2121745 or 15704031. OLE color: 15704031.

HSL color Cylindrical-coordinate representation of color #DF9FEF: hue angle of 288º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9FEF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223159239-
CMYK0.070.3300.06
HSL288º71.43%78.04%-
HSV(B)288º33.47%93.73%-
XYZ58.4146.7287.6-
YUV187.26157.2153.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=35.91%
G=25.60%
B=38.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231592390.070.3300.0628871.4378.04
HexDF9FEF72106120474e
Octal33723735774106440107116
Binary110111111001111111101111111100001011010010000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FEF; }

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

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

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

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

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

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

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

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