#DF9FEA

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

Shades of Plum #DF9FEA

Tints of Plum #DF9FEA

Color information

#DF9FEA (or 0xDF9FEA) is unknown color: approx Plum. HEX triplet: DF, 9F and EA. RGB value is (223,159,234). Sum of RGB (Red+Green+Blue) = 223+159+234=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FEA is #206015. Grayscale: #BABABA. Windows color (decimal): -2121750 or 15376351. OLE color: 15376351.

HSL color Cylindrical-coordinate representation of color #DF9FEA: hue angle of 291.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9FEA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223159234-
CMYK0.050.3200.08
HSL291.2º64.1%77.06%-
HSV(B)291.2º32.05%91.76%-
XYZ57.6846.4283.76-
YUV186.69154.7153.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=36.20%
G=25.81%
B=37.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231592340.050.3200.08291.264.177.06
HexDF9FEA52008123404d
Octal337237352540010443100115
Binary1101111110011111111010101011000000100010010001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FEA; }

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

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

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

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

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

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

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

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