#DFA0DE

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

Shades of Plum #DFA0DE

Tints of Plum #DFA0DE

Color information

#DFA0DE (or 0xDFA0DE) is unknown color: approx Plum. HEX triplet: DF, A0 and DE. RGB value is (223,160,222). Sum of RGB (Red+Green+Blue) = 223+160+222=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0DE is #205F21. Grayscale: #B9B9B9. Windows color (decimal): -2121506 or 14590175. OLE color: 14590175.

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

Color convert

RGB223160222-
CMYK00.280.000.13
HSL300.95º49.61%75.1%-
HSV(B)300.95º28.25%87.45%-
XYZ56.1946.175.04-
YUV185.9148.37154.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 160 (62.89% from 255) = 26.45%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=36.86%
G=26.45%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316022200.280.000.13300.9549.6175.1
HexDFA0DE01C0D12d324b
Octal33724033603401545562113
Binary110111111010000011011110011100011011001011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0DE; }

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

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

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

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

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

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

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

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